diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | STATUS | 1 | ||||
-rw-r--r-- | docs/manual/style/version.ent | 2 | ||||
-rw-r--r-- | include/ap_release.h | 4 |
4 files changed, 7 insertions, 3 deletions
@@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.3.16 + + Changes with Apache 2.3.15 *) SECURITY: CVE-2011-3348 (cve.mitre.org) @@ -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.16 : In Development. 2.3.15 : Tagged on November 8, 2011. 2.3.14 : Tagged on August 1, 2011. Released Aug. 9, 2011. 2.3.13 : Tagged on June 28, 2011, not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index e3965207da..eaf3701789 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ <!ENTITY httpd.major "2"> <!ENTITY httpd.minor "3"> -<!ENTITY httpd.patch "15"> +<!ENTITY httpd.patch "16"> <!ENTITY httpd.docs "trunk"> diff --git a/include/ap_release.h b/include/ap_release.h index ad49511114..e267443f01 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 15 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 16 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ |