This commit is contained in:
miks1965 2019-03-20 13:19:34 +03:00
parent 617428ee93
commit 72ed583faa
4 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "4";
public const string Build = "2";
public const string Revision = "1987";
public const string Revision = "1988";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%COREVERSION%=2
%REVISION%=1987
%MINOR%=4
%REVISION%=1988
%COREVERSION%=2
%MAJOR%=3

View file

@ -1,5 +1,5 @@
uses GraphWPF;
begin
Window.Title := 'Рисование эллипсов';
Pen.Width := 1;

View file

@ -1 +1 @@
!define VERSION '3.4.2.1987'
!define VERSION '3.4.2.1988'