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

Comparing trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl (file contents):
Revision 260 by william, Sun Jun 3 19:15:41 2012 UTC vs.
Revision 261 by william, Sun Jun 3 19:24:48 2012 UTC

# Line 34 | Line 34 | public static class AssemblyConfig
34      private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$;
35      private const string Build = "$WCNOW=%H%M$";
36      private const string Revision = "$WCREV$";
37 <        private const string SVNRev = "r" + Revision;
37 >        private const string SVNRev = "r$WCREV$";
38      public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision;
39      public const string AssemblyFileVersion = Major + "." + Minor + "." + Build + "." + SVNRev + "-" + Tag + "-" + Config;
40   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines