From: Jim Jagielski Date: Wed, 11 May 2011 12:15:55 +0000 (+0000) Subject: and bump to 2.3.13 X-Git-Tag: 2.3.13~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d625ae4adbf8457ef647f17a2c71155793c5708e;p=thirdparty%2Fapache%2Fhttpd.git and bump to 2.3.13 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 45b6394bf1b..24804d1d54c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.3.13 + + Changes with Apache 2.3.12 *) configure, core: Provide easier support for APR's hook probe diff --git a/STATUS b/STATUS index 6c5254e3f32..a0ebe0ac76f 100644 --- a/STATUS +++ b/STATUS @@ -26,6 +26,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.3.13 : In development. 2.3.12 : Tagged on May 11, 2011. 2.3.11 : Released as Beta on March 7, 2011. 2.3.10 : Tagged on December 13, 2010. Released Dec 21, 2010. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 83d44575b56..e9ad722f659 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index e3cd5629e77..c24197ec862 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 12 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 13 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"