Browse Source

* show full compiler version in console too

git-svn-id: trunk@4190 -
Tomas Hajny 19 years ago
parent
commit
801c578150
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fp.pas

+ 1 - 1
ide/fp.pas

@@ -305,7 +305,7 @@ BEGIN
 
 
   { Startup info }
   { Startup info }
   writeln(bullet+' Free Pascal IDE Version '+VersionStr+' ['+{$i %date%}+']');
   writeln(bullet+' Free Pascal IDE Version '+VersionStr+' ['+{$i %date%}+']');
-  writeln(bullet+' Compiler Version '+Version_String);
+  writeln(bullet+' Compiler Version '+Full_Version_String);
 {$ifndef NODEBUG}
 {$ifndef NODEBUG}
   writeln(bullet+' GBD Version '+GDBVersion);
   writeln(bullet+' GBD Version '+GDBVersion);
  {$ifdef Windows}
  {$ifdef Windows}