diff FrmMain.cs @ 147:1bcd7ea857c4

* Switch to using a single icon for the FrmNewUnit warning icon to work around Mono vs .Net2 SP2 serialisation bug (https://bugzilla.novell.com/show_bug.cgi?id=360429) * Bump version to v0.1b8 for release no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 18 Apr 2010 15:11:02 +0000
parents 5d9d4c75305f
children 0ae6aff8c862
line wrap: on
line diff
--- a/FrmMain.cs	Sun Apr 18 14:25:32 2010 +0000
+++ b/FrmMain.cs	Sun Apr 18 15:11:02 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.1b8pre";
+		internal static readonly string VERSION = "0.1b8";
         const string DefaultDataDir = "data";
 
 		private Preferences preferences;