2
0
Эх сурвалжийг харах

* show full compiler version in console too

git-svn-id: trunk@4190 -
Tomas Hajny 19 жил өмнө
parent
commit
801c578150
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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}