]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tag.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:36:45 +0000 (16:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:36:45 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1022608 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 09a2c64c8b27eec701b02a7ae9b7a7bd9a0b16ea..6cc4db6a88ea8bc2d7421afbd4435ea3ea2eabf7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.18
+
+
+
 Changes with Apache 2.2.17
 
   *) prefork MPM: Run cleanups for final request when process exits gracefully
index 546493d2037a370fb58a3a2f795f8f8effa3db7e..a6dcc68b52b481b32384a1437695c5dce19cc3ec 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   17
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   18
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"