]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tag 2.2.3
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 17:21:39 +0000 (17:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 17:21:39 +0000 (17:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@426152 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index b13248ac400270c6a3def41ad687255c8951bf3b..54a17691508185d4ec545e3c1de8bb500a904206 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.2.4
+
+
+
 Changes with Apache 2.2.3
 
   *) SECURITY: CVE-2006-3747 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 42bed9e2a7b785433c96c6d13eac804ec3037f2f..6fe4bf461e0c4ca8de609e5b56ccb713901b2e99 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.4   : In development
     2.2.3   : Tagged on July 27, 2006
     2.2.2   : Released on May 1, 2006 as GA.
     2.2.1   : Tagged on April 1, 2006, not released.
index af95033093f777347f09caba4a0bfe5b9132b3b1..957252f02667551ab6e38f4aa7412b78c62e803b 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   4
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"