3.11.1.3824
This commit is contained in:
parent
728852276d
commit
349a3dc568
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "11";
|
||||
public const string Build = "1";
|
||||
public const string Revision = "3823";
|
||||
public const string Revision = "3824";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=11
|
||||
%REVISION%=3823
|
||||
%COREVERSION%=1
|
||||
%REVISION%=3824
|
||||
%MINOR%=11
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.11.1.3823
|
||||
3.11.1.3824
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.11.1.3823'
|
||||
!define VERSION '3.11.1.3824'
|
||||
|
|
|
|||
Loading…
Reference in a new issue