]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Roll on development to 2.2.3-dev.
authorPaul Querna <pquerna@apache.org>
Sat, 22 Apr 2006 03:49:16 +0000 (03:49 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 22 Apr 2006 03:49:16 +0000 (03:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396067 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 407e446df5b518106dc8e9b01199d1f654e1eaa9..7d30c759f6ff00cb248173cc734c71e17a7b9589 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.2.3
+
 Changes with Apache 2.2.2
 
   *) mod_deflate: work correctly in an internal redirect
diff --git a/STATUS b/STATUS
index 26c77a6b95b86b45728278b6b5f71feb26045851..db1c59b9cf7fbffba1ece958b2164a5b0f2691db 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,7 +26,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.2   : in development
+    2.2.3   : in development
+    2.2.2   : Tagged on April 21, 2006.
     2.2.1   : Tagged on April 1, 2006, not released.
     2.2.0   : Released on December 1, 2005 as GA.
     2.1.10  : Tagged on November 19, 2005, not released.
index 1e52df946f0c2100123468a36d9145e62a5d59c4..eb945d1fbfc18978f285efefa27b9b6c18e2b3c1 100644 (file)
@@ -44,8 +44,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   2
-/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
+#define AP_SERVER_PATCHLEVEL_NUMBER   3
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"