From: Jim Jagielski Date: Thu, 11 Jun 2015 13:59:08 +0000 (+0000) Subject: And we are 2.4.15-dev X-Git-Tag: 2.4.15~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03518970369413a0050b92536af085d8a67f6ec0;p=apache And we are 2.4.15-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1684895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 74b1bb2f56..e9a498add7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.15 + + Changes with Apache 2.4.14 *) SECURITY: CVE-2015-3183 (cve.mitre.org) diff --git a/STATUS b/STATUS index 2dbb45f10b..60844024c9 100644 --- a/STATUS +++ b/STATUS @@ -34,6 +34,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.15 : In development. 2.4.14 : Tagged on June 11, 2015. 2.4.13 : Tagged on June 4, 2015. Not released. 2.4.12 : Tagged on January 22, 2015. Released Jan 29, 2015 diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 1815b1f2b0..81685056f9 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 583fc4a78d..d8c63f9a14 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 14 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 15 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */