Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 183:75afd724a825
* Increase WarFoundry WinForms version numbers to 0.1 in preparation for first WinForms release
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 18 Oct 2010 20:00:01 +0000 |
parents | 8db0f73b43f4 |
children | d97de6f980b4 |
files | AssemblyInfo.cs FrmMain.cs |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/AssemblyInfo.cs Sun Oct 03 19:27:26 2010 +0000 +++ b/AssemblyInfo.cs Mon Oct 18 20:00:01 2010 +0000 @@ -30,7 +30,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.0.1.*")] +[assembly: AssemblyVersion("0.1.0.*")] // // In order to sign your assembly you must specify a key to use. Refer to the
--- a/FrmMain.cs Sun Oct 03 19:27:26 2010 +0000 +++ b/FrmMain.cs Mon Oct 18 20:00:01 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.1RC2"; + internal static readonly string VERSION = "0.1"; const string DefaultDataDir = "data"; private Preferences preferences;