fixed typo in version number

This commit is contained in:
hbeham
2015-06-05 06:12:49 +02:00
parent a6c50f48a2
commit 5ed94da80f
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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%\*"