W
This commit is contained in:
parent
617428ee93
commit
72ed583faa
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=2
|
||||
%REVISION%=1987
|
||||
%MINOR%=4
|
||||
%REVISION%=1988
|
||||
%COREVERSION%=2
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
uses GraphWPF;
|
||||
|
||||
|
||||
begin
|
||||
Window.Title := 'Рисование эллипсов';
|
||||
Pen.Width := 1;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.4.2.1987'
|
||||
!define VERSION '3.4.2.1988'
|
||||
|
|
|
|||
Loading…
Reference in a new issue