]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 06:32:08 +0000 (06:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 06:32:08 +0000 (06:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@493426 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index c063e64abf86bfa1a376f766d9bfcf4097eba232..dafc068ccfda63946898397b51939babbf0d3de8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.2.5
+
+
+
 Changes with Apache 2.2.4
 
   *) mod_isapi: Correctly present SERVER_PORT_SECURE.
diff --git a/STATUS b/STATUS
index ac90bf3a7963801fab8bd35e7d76182139e166d2..ecb1bd064d907fabb9b78eb77cdbc56736dedf99 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.5   : In Development
     2.2.4   : Tagged on January 5, 2007
     2.2.3   : Released on July 28, 2006 as GA.
     2.2.2   : Released on May 1, 2006 as GA.
index 4b0e73ab57c4e49641d3eed692afd5a4d54a48dd..b033bed83e2f9308a1670df2f5129941bc60e2d5 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   4
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   5
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"