From: Jim Jagielski Date: Mon, 15 Jul 2013 16:41:05 +0000 (+0000) Subject: Get ready to tag 2.4.6 X-Git-Tag: 2.4.6~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=078120a00e009cd0a4518eccdf806eafcc9173bc;p=apache Get ready to tag 2.4.6 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1503323 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a4502b654f..312c0a75e3 100644 --- a/STATUS +++ b/STATUS @@ -32,7 +32,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.6 : In development + 2.4.6 : Tagged on July 15, 2013. 2.4.5 : Tagged on July 11, 2013, not released. 2.4.4 : Tagged on February 18, 2013. Released Feb 25, 2013 2.4.3 : Tagged on August 17, 2012. Released Aug 18, 2012 diff --git a/include/ap_release.h b/include/ap_release.h index 414278c149..0d54fa6f5b 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 6 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */