]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Roll on to 2.2.1-dev
authorPaul Querna <pquerna@apache.org>
Tue, 29 Nov 2005 01:56:19 +0000 (01:56 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 29 Nov 2005 01:56:19 +0000 (01:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349585 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 4b622aa6c9b72f9a8c58535e1423fdf82d46220b..79958ecc4bf541c3da7810b9c1299fa4ba19555f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -24,8 +24,9 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that only Alpha/Beta releases occur in 2.1 development]
 
-    2.1.11  : in development
-    2.1.10  : Tagged on November 19, 2005.
+    2.2.1   : in development
+    2.2.0   : Released on ?, ? 2005.
+    2.1.10  : Tagged on November 19, 2005, voted to 2.2.0.
     2.1.9   : Released on November 5, 2005 as beta.
     2.1.8   : Released on October 1, 2005 as beta.
     2.1.7   : Released on September 12, 2005 as beta.
index 2aaf907872fb2e835024ff899fc8ccf894625e1c..a5bf7b72b6076db026b80fd9eb7dc97d34bd80cb 100644 (file)
@@ -46,8 +46,8 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
-#define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   11
+#define AP_SERVER_MINORVERSION_NUMBER 2
+#define AP_SERVER_PATCHLEVEL_NUMBER   1
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN