From: Jim Jagielski Date: Wed, 13 Nov 2013 16:41:59 +0000 (+0000) Subject: Get ready to tag HEAD as 2.2.26 X-Git-Tag: 2.2.26~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6030ff97c4e42dace6d549f23bab4612d2c8194e;p=thirdparty%2Fapache%2Fhttpd.git Get ready to tag HEAD as 2.2.26 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1541602 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0c5e7c60c2b..205bf0cc0b3 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.26 : In maintenance. Jim proposed to T&R the week of Nov 11, 2013 + 2.2.26 : Tagged November 13, 2013. 2.2.25 : Released July 9, 2013 2.2.24 : Released February 25, 2013 2.2.23 : Released September 13, 2012 diff --git a/include/ap_release.h b/include/ap_release.h index a91c14fab57..a6c76035662 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 2 #define AP_SERVER_PATCHLEVEL_NUMBER 26 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */