From: William A. Rowe Jr Date: Sun, 8 May 2011 06:47:03 +0000 (+0000) Subject: Prepare for 2.2.18 tag X-Git-Tag: 2.2.18~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6df8ffc44e12fb2ff8be5ada8714413bb723148;p=thirdparty%2Fapache%2Fhttpd.git Prepare for 2.2.18 tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dcc0518fd9e..75034698917 100644 --- a/STATUS +++ b/STATUS @@ -24,7 +24,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] 2.2.19 : In maintenance - 2.2.18 : Tagged May 7, 2011. + 2.2.18 : Tagged May 8, 2011. 2.2.17 : Released October 19, 2010. 2.2.16 : Released July 25, 2010. 2.2.15 : Released March 6, 2010. diff --git a/include/ap_release.h b/include/ap_release.h index 13259980485..536e8c0d631 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 18 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"