From: Ruediger Pluem Date: Sat, 6 Dec 2008 15:14:08 +0000 (+0000) Subject: We are at 2.2.12-dev X-Git-Tag: 2.2.12~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868f35de47f6e738ecc970320e7c74da37b632a5;p=thirdparty%2Fapache%2Fhttpd.git We are at 2.2.12-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@723998 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 052e3769230..0bbf070c1b7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.12 + + Changes with Apache 2.2.11 *) core: When the ap_http_header_filter processes an error bucket, cleanup diff --git a/STATUS b/STATUS index dca69069b82..0d5a987b4e2 100644 --- 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.12 : In development. 2.2.11 : Tagged December 6, 2008. 2.2.10 : Released October 14, 2008. 2.2.9 : Released June 14, 2008. diff --git a/include/ap_release.h b/include/ap_release.h index 31d3d138643..a235764abba 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 11 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 12 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"