From: William A. Rowe Jr Date: Thu, 27 Jul 2006 17:21:39 +0000 (+0000) Subject: Bump after tag 2.2.3 X-Git-Tag: 2.2.4~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc786a1ccbb150894d4e2b3642cc8c56e237bad1;p=thirdparty%2Fapache%2Fhttpd.git Bump after tag 2.2.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@426152 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b13248ac400..54a17691508 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.4 + + + Changes with Apache 2.2.3 *) SECURITY: CVE-2006-3747 (cve.mitre.org) diff --git a/STATUS b/STATUS index 42bed9e2a7b..6fe4bf461e0 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.4 : In development 2.2.3 : Tagged on July 27, 2006 2.2.2 : Released on May 1, 2006 as GA. 2.2.1 : Tagged on April 1, 2006, not released. diff --git a/include/ap_release.h b/include/ap_release.h index af95033093f..957252f0266 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 3 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 4 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"