From: William A. Rowe Jr Date: Wed, 25 Jan 2012 21:42:11 +0000 (+0000) Subject: And we are at 2.2.23-dev X-Git-Tag: 2.2.23~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b07235cd05e8c320c69e771f3f69dd1f3cc53c;p=thirdparty%2Fapache%2Fhttpd.git And we are at 2.2.23-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1235967 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c773283489a..a5753c3e059 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.23 + + + Changes with Apache 2.2.22 *) SECURITY: CVE-2011-3368 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index 8fec2f55726..8f3a59fc76b 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 22 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 23 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */