Ver código fonte

* update allowed versions after question from Mattias

git-svn-id: branches/fixes_3_0@35506 -
marco 8 anos atrás
pai
commit
7a6e6a1a5f
2 arquivos alterados com 4 adições e 3 exclusões
  1. 2 1
      Makefile
  2. 2 2
      Makefile.fpc

+ 2 - 1
Makefile

@@ -333,7 +333,8 @@ endif
 endif
 override PACKAGE_NAME=fpc
 override PACKAGE_VERSION=3.0.3
-REQUIREDVERSION=3.0.0
+REQUIREDVERSION=3.0.2
+REQUIREDVERSION2=3.0.0
 ifndef inOS2
 override FPCDIR:=$(BASEDIR)
 export FPCDIR

+ 2 - 2
Makefile.fpc

@@ -20,8 +20,8 @@ fpcdir=.
 rule=help
 
 [prerules]
-REQUIREDVERSION=3.0.0
-
+REQUIREDVERSION=3.0.2
+REQUIREDVERSION2=3.0.0
 
 # make versions < 3.77 (OS2 version) are buggy
 ifndef inOS2