ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.VersionSupport/Version.cs
(Generate patch)

Comparing trunk/RomCheater.VersionSupport/Version.cs (file contents):
Revision 35 by william, Wed May 9 11:39:59 2012 UTC vs.
Revision 36 by william, Wed May 9 11:43:29 2012 UTC

# Line 10 | Line 10 | namespace RomCheater.VersionSupport
10          private const string MAJOR = "1";
11          private const string MINOR = "0";
12          private const string BUILD = "0";
13 <        private const string REVISION = "0";
13 >        private const string REVISION = "*";
14          private const string VERSION = MAJOR + "." + MINOR + "." + BUILD + "." + REVISION;
15   #if DEBUG
16          private const string TAG = "debug";
# Line 18 | Line 18 | namespace RomCheater.VersionSupport
18          private const string TAG = "release";
19   #endif
20          public const string AssemblyVersion = VERSION;
21 <        public const string AssemblyFileVersion = VERSION + "-" + TAG;
21 >        //public const string AssemblyFileVersion = VERSION + "-" + TAG;
22      }
23   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines