summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'rtl')
-rw-r--r--rtl/Makefile2
-rw-r--r--rtl/Makefile.fpc2
-rw-r--r--rtl/fpmake.pp2
3 files changed, 3 insertions, 3 deletions
diff --git a/rtl/Makefile b/rtl/Makefile
index 6599008bca..8661bd0863 100644
--- a/rtl/Makefile
+++ b/rtl/Makefile
@@ -326,7 +326,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=rtl
-override PACKAGE_VERSION=3.0.1
+override PACKAGE_VERSION=3.0.0
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_DIRS+=linux
endif
diff --git a/rtl/Makefile.fpc b/rtl/Makefile.fpc
index 49b1e662a6..82f88b7f30 100644
--- a/rtl/Makefile.fpc
+++ b/rtl/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=rtl
-version=3.0.1
+version=3.0.0
[target]
dirs_linux=linux
diff --git a/rtl/fpmake.pp b/rtl/fpmake.pp
index 35c14e377b..5cd06e2305 100644
--- a/rtl/fpmake.pp
+++ b/rtl/fpmake.pp
@@ -16,7 +16,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:='rtl';
{$endif ALLPACKAGES}
- P.Version:='3.0.1';
+ P.Version:='3.0.0';
// Where to find the sources using firstmatch
P.SourcePath.Add('$(OS)');