From: William A. Rowe Jr Date: Mon, 9 Jan 2017 16:34:10 +0000 (+0000) Subject: Prepare to tag 2.2.32 X-Git-Tag: 2.2.32~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c27ad0274173cb81e1147080eb1d095f197c688;p=thirdparty%2Fapache%2Fhttpd.git Prepare to tag 2.2.32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1778011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d8df5eacd74..fd3e6ec1794 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.32 : In maintenance + 2.2.32 : Tagged Jan 9th, 2017 2.2.31 : Released July 16, 2015 2.2.30 : Tagged July 10, 2015. Not released. 2.2.29 : Released September 3, 2014 diff --git a/include/ap_release.h b/include/ap_release.h index 9346b1496ae..76bed4a013b 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 32 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */