summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-06 09:18:36 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-06 09:18:36 +0000
commitb353124e74eda47fc34fce2ce2c46185e0133320 (patch)
tree735986950472f43e6f7cacc4208f37e97fe77680
parent3d59714c56aba4730bb1fa3990b2dfff0d869d69 (diff)
downloadfpc-b353124e74eda47fc34fce2ce2c46185e0133320.tar.gz
* fixes also to 3.0.4/3.0.2
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_0@37686 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--Makefile4
-rw-r--r--Makefile.fpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e471ec9cd7..39f91bde5a 100644
--- a/Makefile
+++ b/Makefile
@@ -327,8 +327,8 @@ endif
endif
override PACKAGE_NAME=fpc
override PACKAGE_VERSION=3.0.5
-REQUIREDVERSION=3.0.2
-REQUIREDVERSION2=3.0.0
+REQUIREDVERSION=3.0.4
+REQUIREDVERSION2=3.0.2
ifndef inOS2
override FPCDIR:=$(BASEDIR)
export FPCDIR
diff --git a/Makefile.fpc b/Makefile.fpc
index cc66abf117..a77d59a471 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -20,8 +20,8 @@ fpcdir=.
rule=help
[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
ifndef inOS2