Ver Fonte

Merged revisions 4190 via svnmerge from
http://[email protected]/svn/fpc/trunk

........
r4190 | hajny | 2006-07-14 19:29:19 +0000 (Fri, 14 Jul 2006) | 1 line

* show full compiler version in console too
........

git-svn-id: branches/fixes_2_0@4196 -

Tomas Hajny há 19 anos atrás
pai
commit
380e2ddbc2
1 ficheiros alterados com 1 adições e 1 exclusões
  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}