]> granicus.if.org Git - apache/commitdiff
And we are 2.4.8-dev
authorJim Jagielski <jim@apache.org>
Tue, 19 Nov 2013 17:33:17 +0000 (17:33 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 19 Nov 2013 17:33:17 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1543513 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index ff32424cc3169846abd6a857cf5b51c6e5169563..9cf2de44237589193426c5eae90e308f192a24e3 100644 (file)
--- 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 f6c32f0e961eddc321bda93da013961e46c49313..daa7990d7a9b4b66fb4701b1f20a5349902efcce 100644 (file)
--- 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.
index 6796aaf1048b53988428693aee5ea0fd96a0af20..977a19ea39f4b0e52ec366830373f8fceefce234 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "7">
+<!ENTITY httpd.patch "8">
 
 <!ENTITY httpd.docs "2.4">
index a089374cd519968c8b7ad790a09dc8b0aca94d08..1a20c879c5bd0027bc4113635e901ae950d5ce94 100644 (file)
@@ -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 */