mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
* show full compiler version in console too
git-svn-id: trunk@4190 -
This commit is contained in:
parent
64b4912768
commit
801c578150
@ -305,7 +305,7 @@ BEGIN
|
||||
|
||||
{ Startup info }
|
||||
writeln(bullet+' Free Pascal IDE Version '+VersionStr+' ['+{$i %date%}+']');
|
||||
writeln(bullet+' Compiler Version '+Version_String);
|
||||
writeln(bullet+' Compiler Version '+Full_Version_String);
|
||||
{$ifndef NODEBUG}
|
||||
writeln(bullet+' GBD Version '+GDBVersion);
|
||||
{$ifdef Windows}
|
||||
|
Loading…
Reference in New Issue
Block a user