From: Jim Jagielski Date: Thu, 10 Jan 2008 16:40:10 +0000 (+0000) Subject: We are now 2.2.9-dev X-Git-Tag: 2.2.9~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5025fe9de7e283d578fca3ffb5e5e97a85bd528e;p=thirdparty%2Fapache%2Fhttpd.git We are now 2.2.9-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 80367cf735c..05685a69163 100644 --- 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 diff --git a/include/ap_release.h b/include/ap_release.h index 1e505f06c00..7e5f20699b5 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 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"