diff options
author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2018-08-18 15:47:44 +0000 |
---|---|---|
committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2018-08-18 15:47:44 +0000 |
commit | 89592527992f9ce132524a5b2ae2c80cb3c4c587 (patch) | |
tree | 091599f51be9799a6b5360ba3c8b639ac6955219 /packages/httpd24 | |
parent | 2922eb7e454b787e636aa5f14cc3ccfa13a30f40 (diff) | |
download | fpc-89592527992f9ce132524a5b2ae2c80cb3c4c587.tar.gz |
* trunk to 3.3.1
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39635 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/httpd24')
-rw-r--r-- | packages/httpd24/Makefile | 2 | ||||
-rw-r--r-- | packages/httpd24/Makefile.fpc | 2 | ||||
-rw-r--r-- | packages/httpd24/fpmake.pp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/httpd24/Makefile b/packages/httpd24/Makefile index ccc3c5d6da..18c54d589e 100644 --- a/packages/httpd24/Makefile +++ b/packages/httpd24/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=httpd24 -override PACKAGE_VERSION=3.1.1 +override PACKAGE_VERSION=3.3.1 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/httpd24/Makefile.fpc b/packages/httpd24/Makefile.fpc index 268e982fdf..77040c2617 100644 --- a/packages/httpd24/Makefile.fpc +++ b/packages/httpd24/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=httpd24 -version=3.1.1 +version=3.3.1 [require] packages=rtl fpmkunit diff --git a/packages/httpd24/fpmake.pp b/packages/httpd24/fpmake.pp index b7076f4530..0494e44774 100644 --- a/packages/httpd24/fpmake.pp +++ b/packages/httpd24/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.1.1'; + P.Version:='3.3.1'; 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'; |