Browse Source

Accept 3.0.0 as starting compiler

git-svn-id: trunk@31308 -
pierre 10 years ago
parent
commit
8847394d02
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Makefile.fpc

+ 4 - 1
Makefile.fpc

@@ -21,7 +21,10 @@ rule=help
 
 [prerules]
 REQUIREDVERSION=2.6.4
-REQUIREDVERSION2=2.6.2
+# Accept 3.0.0, without requiring to using OVERRIDEVERSIONCHECK=1
+# 3.0.0 should become REQUIREDVERSION after 3.0.0 final release
+# and 2.6.4 should be moved to REQUIREDVERSION2
+REQUIREDVERSION2=3.0.0
 
 
 # make versions < 3.77 (OS2 version) are buggy