changeset 115:9c5f7c5b0f1c WarFoundry_v0.1beta6_Winforms

* Mark v0.1 beta 6 in main form no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Thu, 24 Dec 2009 20:26:53 +0000
parents 727c1b0e49a6
children 1e92802391e3
files FrmMain.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FrmMain.cs	Thu Dec 24 12:04:32 2009 +0000
+++ b/FrmMain.cs	Thu Dec 24 20:26:53 2009 +0000
@@ -36,7 +36,7 @@
 	public class FrmMain : System.Windows.Forms.Form
 	{
 		private static readonly string AppTitle = "WarFoundry";
-		internal static readonly string VERSION = "0.1b6pre";
+		internal static readonly string VERSION = "0.1b6";
         const string DefaultDataDir = "data";
 
 		private Preferences preferences;