From b9b07235cd05e8c320c69e771f3f69dd1f3cc53c Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 25 Jan 2012 21:42:11 +0000 Subject: [PATCH] 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 --- CHANGES | 4 ++++ include/ap_release.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 */ -- 2.47.2