Mercurial > repos > IBBoard.WarFoundry.API
changeset 140:678054e2bc02 WarFoundry_v0.1beta_Winforms
* Change assembly number to 0.0.1.* because we've not reached 0.1 yet, never mind 1.0!
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 13 Sep 2009 19:04:13 +0000 |
parents | 70808ff799e6 |
children | 32b774f24017 |
files | AssemblyInfo.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/AssemblyInfo.cs Sun Sep 13 18:16:43 2009 +0000 +++ b/AssemblyInfo.cs Sun Sep 13 19:04:13 2009 +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("1.0.0.*")] +[assembly: AssemblyVersion("0.0.1.*")] // // In order to sign your assembly you must specify a key to use. Refer to the