Skip to content

Commit

Permalink
Version numbering changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Sep 3, 2018
1 parent 688eb81 commit 21457a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cad_source/zcad/uzcstrconsts.pas
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ interface



rsRevStr='Revision:';
rsInitialization='Initialization:';
rsVInfoText='Unstable version';
rsCommEntEeport='Registered commands - %d; registered entities - %d; registered DXF entities - %d';
Expand Down
2 changes: 1 addition & 1 deletion cad_source/zcad/uzcsysinfo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function GetVersion({_file:pchar}):TmyFileVersionInfo;
result.minor:=9;
result.release:=8;

MyVersion:=inttostr(result.major)+'.'+inttostr(result.minor)+'.'+inttostr(result.release)+' '+rsRevStr+Revision;
MyVersion:=inttostr(result.major)+'.'+inttostr(result.minor)+'.'+inttostr(result.release)+'.'+Revision;
result.versionstring:=MyVersion;

val(Revision,result.revision,i);
Expand Down

0 comments on commit 21457a8

Please sign in to comment.