From: William A. Rowe Jr Date: Tue, 21 Aug 2012 18:16:01 +0000 (+0000) Subject: Prepare to tag and roll, .23 is baked X-Git-Tag: 2.2.23~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588fab35286981e49eb658c8c066d548fac61a6b;p=thirdparty%2Fapache%2Fhttpd.git Prepare to tag and roll, .23 is baked git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1375703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3cb2ddfa603..06d94d54ad7 100644 --- a/STATUS +++ b/STATUS @@ -23,7 +23,7 @@ Patches considered for backport are noted in their branches' STATUS: Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.2.23 : In maintenance. + 2.2.23 : Tagged August 21, 2012 2.2.22 : Released January 31, 2012. 2.2.21 : Released September 13, 2011. 2.2.20 : Released August 30, 2011. diff --git a/include/ap_release.h b/include/ap_release.h index 8f3a59fc76b..3328cf0e679 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 23 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */