summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-05 00:38:11 +0000
committerhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-05 00:38:11 +0000
commit8106e73991f6f50e06184f0c323a8e2929ae3f33 (patch)
tree273579e7c0d863e266d790d579fb44b7808e687d /Makefile
parenta6d03f52bbc51e3ac738b808303a4969e97e80be (diff)
downloadfpc-8106e73991f6f50e06184f0c323a8e2929ae3f33.tar.gz
* allow using 3.0.2 and 3.0.4 as starting compilers for trunk
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37672 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3e9cde071..c96a476727 100644
--- a/Makefile
+++ b/Makefile
@@ -333,8 +333,8 @@ endif
endif
override PACKAGE_NAME=fpc
override PACKAGE_VERSION=3.1.1
-REQUIREDVERSION=3.0.2
-REQUIREDVERSION2=3.0.0
+REQUIREDVERSION=3.0.4
+REQUIREDVERSION2=3.0.2
ifndef inOS2
override FPCDIR:=$(BASEDIR)
export FPCDIR