Пересобрал
This commit is contained in:
parent
0646c80e4a
commit
ae16484db7
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "11";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "3641";
|
||||
public const string Revision = "3642";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=11
|
||||
%REVISION%=3641
|
||||
%COREVERSION%=0
|
||||
%REVISION%=3642
|
||||
%MINOR%=11
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.11.0.3641
|
||||
3.11.0.3642
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.11.0.3641'
|
||||
!define VERSION '3.11.0.3642'
|
||||
|
|
|
|||
Loading…
Reference in a new issue