소스 검색

* show full compiler version in console too

git-svn-id: trunk@4190 -
Tomas Hajny 19 년 전
부모
커밋
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}