]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We are at 2.2.11-dev
authorJim Jagielski <jim@apache.org>
Tue, 7 Oct 2008 15:24:39 +0000 (15:24 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 7 Oct 2008 15:24:39 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702517 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 24e736d127a3fa09ce83c8d64de60b75fed82341..a73e8614b7add04de7651e6e580e24822f1f541e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.11
+
+
 Changes with Apache 2.2.10
 
   *) SECURITY: CVE-2008-2939 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 4637c6cddb42045e2306ddd12683dedc25ede912..03eafca07702e6b0f0cf0065df672a50b5e6e11e 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.11  : In development.
     2.2.10  : Tagged October 7, 2008.
     2.2.9   : Released June 14, 2008.
     2.2.8   : Released January 19, 2008.
index 687cebc7e26f65a7619824b795d286137f4eb46a..36f9a729868cb22ae5516ec869cafda81a720456 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   10
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   11
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"