3.11.1.3815
This commit is contained in:
parent
7eaddd9a54
commit
d920d393b8
|
|
@ -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 = "3814";
|
||||
public const string Revision = "3815";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=1
|
||||
%REVISION%=3814
|
||||
%MINOR%=11
|
||||
%REVISION%=3815
|
||||
%COREVERSION%=1
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.11.1.3814
|
||||
3.11.1.3815
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.11.1.3814'
|
||||
!define VERSION '3.11.1.3815'
|
||||
|
|
|
|||
Loading…
Reference in a new issue