Explorar el Código

* show full compiler version in console too

git-svn-id: trunk@4190 -
Tomas Hajny hace 19 años
padre
commit
801c578150
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ide/fp.pas

+ 1 - 1
ide/fp.pas

@@ -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}