]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And bump after tagging 2.2.6
authorJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 20:00:49 +0000 (20:00 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 20:00:49 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572803 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index bf04c9f8c7db40c548d294afef15b0a5553920bb..5ec385ee197cdfc5cdbe609890b2d873b14fcf7a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.2.7
+
+
 Changes with Apache 2.2.6
 
   *) SECURITY: CVE-2007-3847 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 19309dc2edea3eaa09c7f28241d49cb032824f81..d9a674a6d0e25e2506c7900c28cbd60d256a1d32 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,6 +26,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.2.7   : In development
     2.2.6   : Tagged September 4, 2007.
     2.2.5   : Tagged August 10, 2007, not released.
     2.2.4   : Released on January 9, 2007 as GA.
index 1777fd05ae979f0a37556153beb2d9d71df87a1c..2550f119367bb081da5fa68b3f5210ce24a7b947 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   6
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   7
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"