From: Jim Jagielski Date: Thu, 30 Jun 2016 17:14:40 +0000 (+0000) Subject: Get ready to tag 2.4.23 X-Git-Tag: 2.4.23~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b5db14f4b66c9e47a6e7e5fa8f2f52a1a6b700;p=thirdparty%2Fapache%2Fhttpd.git Get ready to tag 2.4.23 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750839 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9dbf8cb2725..f2e23d104cd 100644 --- a/STATUS +++ b/STATUS @@ -34,7 +34,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.4.23 : In development. + 2.4.23 : Tagged on June 30, 2016. 2.4.22 : Tagged on June 20, 2016, not released. 2.4.21 : Tagged on June 16, 2016, not released. 2.4.20 : Tagged on April 4, 2016. Released on April 11, 2016. diff --git a/include/ap_release.h b/include/ap_release.h index 37a1d03b76d..2c5e13c0e3b 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,7 +44,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 #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 */