fixed build date in main menu title

This commit is contained in:
hbeham
2017-10-29 16:03:51 +01:00
parent 46f2ca8c53
commit aa4e0a93e0

View File

@@ -31,7 +31,7 @@ namespace ChanSort.Ui
{
public partial class MainForm : XtraForm
{
public const string AppVersion = "v2017-06-10";
public const string AppVersion = "v2017-10-29";
private const int MaxMruEntries = 10;
private readonly List<string> isoEncodings = new List<string>();