Quellcode durchsuchen

* fixes also to 3.0.4/3.0.2

git-svn-id: branches/fixes_3_0@37686 -
marco vor 7 Jahren
Ursprung
Commit
7d6a85e833
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      Makefile
  2. 2 2
      Makefile.fpc

+ 2 - 2
Makefile

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

+ 2 - 2
Makefile.fpc

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