From: Jim Jagielski Date: Tue, 11 Mar 2014 16:17:33 +0000 (+0000) Subject: And we are 2.4.9-dev X-Git-Tag: 2.4.9~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bc7954b19e85cb6bfd7ddfc742bb701f60f4f5c;p=apache And we are 2.4.9-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576408 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c5e39b0f95..e64fcba797 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.9 + + Changes with Apache 2.4.8 *) SECURITY: CVE-2014-0098 (cve.mitre.org) diff --git a/STATUS b/STATUS index dbd6bb9433..140462e71d 100644 --- a/STATUS +++ b/STATUS @@ -32,6 +32,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.9 : In development. 2.4.8 : Tagged on March 11, 2013. 2.4.7 : Tagged on November 19, 2013. Released on Nov 25, 2013 2.4.6 : Tagged on July 15, 2013. Released July, 22, 2013 diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 977a19ea39..5ec66dcc62 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 3e0763946e..559b66ec43 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 8 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 9 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */