From aa4e0a93e04d74e8158a761726a1264432d4e1da Mon Sep 17 00:00:00 2001 From: hbeham Date: Sun, 29 Oct 2017 16:03:51 +0100 Subject: [PATCH] fixed build date in main menu title --- source/ChanSort/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChanSort/MainForm.cs b/source/ChanSort/MainForm.cs index b48d0d1..8d019e1 100644 --- a/source/ChanSort/MainForm.cs +++ b/source/ChanSort/MainForm.cs @@ -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 isoEncodings = new List();