From: William A. Rowe Jr Date: Fri, 9 Sep 2011 14:10:31 +0000 (+0000) Subject: Drop -dev for tag X-Git-Tag: 2.2.21~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39cbf9a75755442c946d73eb13b9165b00d37ae7;p=thirdparty%2Fapache%2Fhttpd.git Drop -dev for tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1167187 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 748ddeeeb8a..669271af252 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.21 : In development. Jim proposes to RM next week (9/12-16) + 2.2.21 : Tagged September 9, 2011. 2.2.20 : Released August 30, 2011. 2.2.19 : Tagged May 20, 2011. ABI restored. 2.2.18 : Released May 11, 2011. ABI broken. diff --git a/include/ap_release.h b/include/ap_release.h index 89f2e9561ce..ba7f9e29d0a 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 21 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"