mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-30 02:59:03 +01:00
fixed typo in version number
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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%\*"
|
||||
|
||||
Reference in New Issue
Block a user