mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 10:12:32 +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;
|
||||
if IsVersionRequested then
|
||||
begin
|
||||
WriteHelp(GetLazarusVersionString);
|
||||
WriteHelp(GetLazarusVersionString+' '+lisSVNRevision+LazarusRevisionStr);
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user