From: Jim Jagielski Date: Tue, 19 Nov 2013 17:33:17 +0000 (+0000) Subject: And we are 2.4.8-dev X-Git-Tag: 2.4.8~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f16557dbe4088c0f2c0ca3df09b8053badaf2a;p=apache And we are 2.4.8-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1543513 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ff32424cc3..9cf2de4423 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.8 + + Changes with Apache 2.4.7 *) APR 1.5.0 or later is now required for the event MPM. diff --git a/STATUS b/STATUS index f6c32f0e96..daa7990d7a 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.8 : In development. 2.4.7 : Tagged on November 19, 2013. 2.4.6 : Tagged on July 15, 2013. Released July, 22, 2013 2.4.5 : Tagged on July 11, 2013, not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 6796aaf104..977a19ea39 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 a089374cd5..1a20c879c5 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 7 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 8 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */