|
|
|
@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
@@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
|
|
|
|
|
internal static class RevisionClass |
|
|
|
|
{ |
|
|
|
|
public const string Major = "7"; |
|
|
|
|
public const string Minor = "1"; |
|
|
|
|
public const string Minor = "2"; |
|
|
|
|
public const string Build = "0"; |
|
|
|
|
public const string Revision = "$INSERTREVISION$"; |
|
|
|
|
public const string VersionName = null; |
|
|
|
|
public const string VersionName = "preview1"; |
|
|
|
|
|
|
|
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; |
|
|
|
|
} |
|
|
|
|