# HG changeset patch # User IBBoard # Date 1287431965 0 # Node ID 83c82e5c740cb0e1d8678b7ab3ed7d5be555cfbe # Parent ae9aa94e3bd7981a1b63e58e63ff57ecc3120df0 * Increase WarFoundry API version number to 0.1 in preparation for first WinForms release no-open-ticket diff -r ae9aa94e3bd7 -r 83c82e5c740c AssemblyInfo.cs --- a/AssemblyInfo.cs Tue Sep 28 19:55:55 2010 +0000 +++ b/AssemblyInfo.cs Mon Oct 18 19:59:25 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