Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 181:3d0ff6f51423
Re #88: Complete initial WinForms UI
* Update version to v0.1RC2 for release
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 29 Sep 2010 19:57:28 +0000 |
parents | a3a5b8542942 |
children | 8db0f73b43f4 |
files | FrmMain.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/FrmMain.cs Tue Sep 28 19:58:23 2010 +0000 +++ b/FrmMain.cs Wed Sep 29 19:57:28 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.1RC1"; + internal static readonly string VERSION = "0.1RC2"; const string DefaultDataDir = "data"; private Preferences preferences;