Skip to content

Commit

Permalink
fixed typo in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatH0r committed Jun 5, 2015
1 parent a6c50f4 commit 5ed94da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ChanSort/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion source/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/makeDistribZip.cmd
Original file line number Diff line number Diff line change
@@ -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%\*"
Expand Down

0 comments on commit 5ed94da

Please sign in to comment.