]> granicus.if.org Git - apache/commitdiff
and we are at 2.4.7-dev
authorJim Jagielski <jim@apache.org>
Mon, 15 Jul 2013 16:42:58 +0000 (16:42 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 15 Jul 2013 16:42:58 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1503325 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 19e600fe9f9e0afe424dcfe3116a0e3faf67ebd2..822ca4b4764d67ef11d78bed23fc4f86ecee33da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.7
+
+
 Changes with Apache 2.4.6
 
   *) Revert a broken fix for PR54948 that was applied to 2.4.5 (which was
diff --git a/STATUS b/STATUS
index 312c0a75e3207f97b7c29c879e63987cf49aaf4f..5d0592a80a8beede72b21e90f299622b4c42f7be 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.7   : In development.
     2.4.6   : Tagged on July 15, 2013.
     2.4.5   : Tagged on July 11, 2013, not released.
     2.4.4   : Tagged on February 18, 2013. Released Feb 25, 2013
index 63425133a4f2f40c5f685fa48224ab03a4fb7809..6796aaf1048b53988428693aee5ea0fd96a0af20 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "6">
+<!ENTITY httpd.patch "7">
 
 <!ENTITY httpd.docs "2.4">
index 0d54fa6f5b7f217caf9ac1a9c3ffed8bd353912a..b23ba06cada1b25515420b41045386e30f638356 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   6
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   7
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */