From: William A. Rowe Jr Date: Sat, 11 Jul 2015 04:16:40 +0000 (+0000) Subject: Prepare to tag 2.2.30 X-Git-Tag: 2.2.30~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b68ee305e634354959e67062c72ce5791e6c71b6;p=thirdparty%2Fapache%2Fhttpd.git Prepare to tag 2.2.30 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1690339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1cf3626ca26..4cccbde65ba 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.30 : In maintenance + 2.2.30 : Tagged July 10, 2014 2.2.29 : Released September 3, 2014 2.2.28 : Tagged August 22, 2014. Not released. 2.2.27 : Released March 26, 2014 diff --git a/include/ap_release.h b/include/ap_release.h index edeb191e349..2f15bd5575d 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 30 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */