This commit is contained in:
Mikhalkovich Stanislav 2024-12-10 11:05:45 +03:00
parent db9679d89f
commit 6ef11f249c
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ internal static class RevisionClass
{
public const string Major = "3";
public const string Minor = "10";
public const string Build = "1";
public const string Build = "2";
public const string Revision = "3589";
public const string MainVersion = Major + "." + Minor;

View file

@ -1,4 +1,4 @@
%MINOR%=10
%REVISION%=3589
%COREVERSION%=1
%COREVERSION%=2
%MAJOR%=3

View file

@ -1 +1 @@
!define VERSION '3.10.1.3589'
!define VERSION '3.10.2.3589'