summaryrefslogtreecommitdiff
path: root/packages/httpd22
diff options
context:
space:
mode:
Diffstat (limited to 'packages/httpd22')
-rw-r--r--packages/httpd22/Makefile2
-rw-r--r--packages/httpd22/Makefile.fpc2
-rw-r--r--packages/httpd22/Makefile.fpc.fpcmake2
-rw-r--r--packages/httpd22/fpmake.pp2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/httpd22/Makefile b/packages/httpd22/Makefile
index b1a7e03c5e..98cba331e1 100644
--- a/packages/httpd22/Makefile
+++ b/packages/httpd22/Makefile
@@ -326,7 +326,7 @@ FPCFPMAKE=$(FPC)
endif
endif
override PACKAGE_NAME=httpd22
-override PACKAGE_VERSION=3.0.1
+override PACKAGE_VERSION=3.0.0
FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
ifdef OS_TARGET
FPC_TARGETOPT+=--os=$(OS_TARGET)
diff --git a/packages/httpd22/Makefile.fpc b/packages/httpd22/Makefile.fpc
index ea28b051c5..b2d60e497f 100644
--- a/packages/httpd22/Makefile.fpc
+++ b/packages/httpd22/Makefile.fpc
@@ -4,7 +4,7 @@
[package]
name=httpd22
-version=3.0.1
+version=3.0.0
[require]
packages=rtl fpmkunit
diff --git a/packages/httpd22/Makefile.fpc.fpcmake b/packages/httpd22/Makefile.fpc.fpcmake
index 3af63718b6..a0312a4abe 100644
--- a/packages/httpd22/Makefile.fpc.fpcmake
+++ b/packages/httpd22/Makefile.fpc.fpcmake
@@ -4,7 +4,7 @@
[package]
name=httpd22
-version=3.0.1
+version=3.0.0
[target]
units=apr apriconv aprutil httpd
diff --git a/packages/httpd22/fpmake.pp b/packages/httpd22/fpmake.pp
index 8baa3269cd..15b18b9778 100644
--- a/packages/httpd22/fpmake.pp
+++ b/packages/httpd22/fpmake.pp
@@ -17,7 +17,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.0.1';
+ P.Version:='3.0.0';
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';