diff FrmMain.cs @ 133:acb4456598ce WarFoundry_v0.1beta7_Winforms

* Update to v0.1b7 * Update version number * Update text in about box Now we just need the build! no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 31 Mar 2010 20:03:45 +0000
parents 9d5d885965f9
children e381ec627d14
line wrap: on
line diff
--- a/FrmMain.cs	Mon Mar 22 20:57:51 2010 +0000
+++ b/FrmMain.cs	Wed Mar 31 20:03:45 2010 +0000
@@ -36,7 +36,7 @@
 	public class FrmMain : System.Windows.Forms.Form
 	{
 		private static readonly string AppTitle = "WarFoundry";
-		internal static readonly string VERSION = "0.1b7pre";
+		internal static readonly string VERSION = "0.1b7";
         const string DefaultDataDir = "data";
 
 		private Preferences preferences;