mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:18:09 +02:00
IDE: append Revision number to --version output. It now looks like "0.9.27 beta SVN Revision: 20324M" (issue #12792)
git-svn-id: trunk@20327 -
This commit is contained in:
parent
ca5bf5de6d
commit
e07f256890
@ -1065,7 +1065,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if IsVersionRequested then
|
if IsVersionRequested then
|
||||||
begin
|
begin
|
||||||
WriteHelp(GetLazarusVersionString);
|
WriteHelp(GetLazarusVersionString+' '+lisSVNRevision+LazarusRevisionStr);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user