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 193 by william, Mon Jul 16 16:27:03 2012 UTC vs.
Revision 196 by william, Mon Jul 16 16:30:17 2012 UTC

--- trunk/VersionSupport/SharedAssemblyInfo.cs.tmpl	2012/07/16 16:27:03	193
+++ trunk/VersionSupport/SharedAssemblyInfo.cs.tmpl	2012/07/16 16:30:17	196
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
 public static class AssemblyConfig
 {
     private const string Major = "4";
-    private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$
+    private const string Minor = $WCNOW=%#y$ << 9 | $WCNOW=%#m$ << 5 | $WCNOW=%#d$;
     private const string Build = "$WCNOW=%H%M$";
     private const string Revision = "$WCREV$";
     public const string AssemblyVersion = Major + "." + Minor + "." + Build + "." + Revision;