# HG changeset patch # User IBBoard # Date 1287432001 0 # Node ID 75afd724a825911feeb6aaac1581b92e9e544be6 # Parent 8db0f73b43f472682d1655163c5b75fb2bfaee06 * Increase WarFoundry WinForms version numbers to 0.1 in preparation for first WinForms release no-open-ticket diff -r 8db0f73b43f4 -r 75afd724a825 AssemblyInfo.cs --- 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 diff -r 8db0f73b43f4 -r 75afd724a825 FrmMain.cs --- 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;