3.9.0.3296
This commit is contained in:
parent
1c1981e1ec
commit
b6e40cecce
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "9";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "3295";
|
||||
public const string Revision = "3296";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=9
|
||||
%REVISION%=3295
|
||||
%COREVERSION%=0
|
||||
%REVISION%=3296
|
||||
%MINOR%=9
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.9.0.3295
|
||||
3.9.0.3296
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.9.0.3295'
|
||||
!define VERSION '3.9.0.3296'
|
||||
|
|
|
|||
Loading…
Reference in a new issue