Преглед изворни кода

* set minimum compiler to compile the compiler to 3.2.0

florian пре 3 година
родитељ
комит
78f23a462e
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      compiler/pp.pas

+ 3 - 3
compiler/pp.pas

@@ -87,9 +87,9 @@ program pp;
 
 {$i fpcdefs.inc}
 
-{ Require at least 2.6.0 }
-{$if FPC_FULLVERSION<20600}
-  {$fatal At least FPC 2.6.0 is required to compile the compiler}
+{ Require at least 3.2.0 }
+{$if FPC_FULLVERSION<30200}
+  {$fatal At least FPC 3.2.0 is required to compile the compiler}
 {$endif}
 
 { exactly one target CPU must be defined }