]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We are now 2.2.9-dev
authorJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:40:10 +0000 (16:40 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:40:10 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610842 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 80367cf735c980e9b08cc18f13af8d467307eaf3..05685a691636e9fd38bda92fd9052dc72fddc82b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.9
+
+
 Changes with Apache 2.2.8
 
   *) core: Fix regression in 2.2.7 in chunk filtering with massively
index 1e505f06c00a88b995720fcc088a2e1fc0c34e37..7e5f20699b50a6b62231e0f16b5f49fbe06bcceb 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   8
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   9
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"