Сборка после pr SDK
This commit is contained in:
parent
d491e88aa7
commit
d1fce63d69
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "10";
|
||||
public const string Build = "3";
|
||||
public const string Revision = "3613";
|
||||
public const string Revision = "3616";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=10
|
||||
%REVISION%=3613
|
||||
%COREVERSION%=3
|
||||
%REVISION%=3616
|
||||
%MINOR%=10
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.10.3.3613
|
||||
3.10.3.3616
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.10.3.3613'
|
||||
!define VERSION '3.10.3.3616'
|
||||
|
|
|
|||
Loading…
Reference in a new issue