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

Comparing trunk/VersionSupport/SharedAssemblyInfo.cs.tmpl (file contents):
Revision 195 by william, Mon Jul 16 16:27:03 2012 UTC vs.
Revision 196 by william, Mon Jul 16 16:30:17 2012 UTC

# Line 8 | Line 8 | using System.Runtime.InteropServices;
8   public static class AssemblyConfig
9   {
10      private const string Major = "4";
11 <    private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$
11 >    private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$;
12      private const string Build = "$WCNOW=%H%M$";
13      private const string Revision = "$WCREV$";
14      public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines