From 5ed94da80f420def912dcbbfd44800efc2f457d7 Mon Sep 17 00:00:00 2001 From: hbeham Date: Fri, 5 Jun 2015 06:12:49 +0200 Subject: [PATCH] fixed typo in version number --- source/ChanSort/MainForm.cs | 2 +- source/changelog.md | 2 +- source/makeDistribZip.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ChanSort/MainForm.cs b/source/ChanSort/MainForm.cs index 323d0b3..84ea6eb 100644 --- a/source/ChanSort/MainForm.cs +++ b/source/ChanSort/MainForm.cs @@ -25,7 +25,7 @@ namespace ChanSort.Ui { public partial class MainForm : XtraForm { - public const string AppVersion = "v2015-05-06"; + public const string AppVersion = "v2015-06-05"; private const int MaxMruEntries = 10; diff --git a/source/changelog.md b/source/changelog.md index b5ab356..464bae2 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -1,7 +1,7 @@ ChanSort Change Log =================== -2015-05-06 +2015-06-05 - added support for Samsung J-Series DVB-T and analog channel lists - fixed reference lists with Samsung J-Series - web site and source code moved to http://github.com/PredatH0r/ChanSort diff --git a/source/makeDistribZip.cmd b/source/makeDistribZip.cmd index fc78b1c..808d91b 100644 --- a/source/makeDistribZip.cmd +++ b/source/makeDistribZip.cmd @@ -1,6 +1,6 @@ @echo off set curdate=%date:~6,4%-%date:~3,2%-%date:~0,2% -set target=%cd%\..\ChanSort_%curdate% +set target=%cd%\..\..\ChanSort_%curdate% set DXversion=14.2 mkdir "%target%" 2>nul del /s /q "%target%\*"