From 1f016c81c6e82d6ad1fbda75b0993ea7a182b52b Mon Sep 17 00:00:00 2001 From: hbeham Date: Thu, 26 Nov 2015 17:57:16 +0100 Subject: [PATCH] fixed version number --- 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 4c159f6..31f635e 100644 --- a/source/ChanSort/MainForm.cs +++ b/source/ChanSort/MainForm.cs @@ -25,7 +25,7 @@ namespace ChanSort.Ui { public partial class MainForm : XtraForm { - public const string AppVersion = "v2015-10-15"; + public const string AppVersion = "v2015-11-26"; private const int MaxMruEntries = 10;