Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
diff FrmMain.cs @ 116:1e92802391e3
* Mark v0.1 beta 7 dev (pre) in main form
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 24 Dec 2009 20:31:22 +0000 |
parents | 9c5f7c5b0f1c |
children | 468a41d79b10 |
line wrap: on
line diff
--- a/FrmMain.cs Thu Dec 24 20:26:53 2009 +0000 +++ b/FrmMain.cs Thu Dec 24 20:31:22 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.1b6"; + internal static readonly string VERSION = "0.1b7pre"; const string DefaultDataDir = "data"; private Preferences preferences;