|
|
|
@ -36,11 +36,11 @@ using System.Runtime.InteropServices;
@@ -36,11 +36,11 @@ using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
internal static class RevisionClass |
|
|
|
|
{ |
|
|
|
|
public const string Major = "7"; |
|
|
|
|
public const string Minor = "2"; |
|
|
|
|
public const string Major = "8"; |
|
|
|
|
public const string Minor = "0"; |
|
|
|
|
public const string Build = "0"; |
|
|
|
|
public const string Revision = "$INSERTREVISION$"; |
|
|
|
|
public const string VersionName = "preview4"; |
|
|
|
|
public const string VersionName = "alpha1"; |
|
|
|
|
|
|
|
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; |
|
|
|
|
} |
|
|
|
|