From: William A. Rowe Jr Date: Thu, 14 Oct 2010 16:36:45 +0000 (+0000) Subject: Bump after tag. X-Git-Tag: 2.2.18~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27647b0e2732552aee39106ca0df4d2fb666c817;p=thirdparty%2Fapache%2Fhttpd.git Bump after tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1022608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 09a2c64c8b2..6cc4db6a88e 100644 --- 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 diff --git a/include/ap_release.h b/include/ap_release.h index 546493d2037..a6dcc68b52b 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -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"