From: Jim Jagielski Date: Tue, 7 Oct 2008 15:20:24 +0000 (+0000) Subject: Get ready to tag as 2.2.10 X-Git-Tag: 2.2.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44357d623066dae133097f6b4230896adac17033;p=thirdparty%2Fapache%2Fhttpd.git Get ready to tag as 2.2.10 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702514 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1115a3b165a..4637c6cddb4 100644 --- a/STATUS +++ b/STATUS @@ -26,8 +26,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.10 : In development. Jim would like to do a release - late Sept/early Oct and volunteers to RM. + 2.2.10 : Tagged October 7, 2008. 2.2.9 : Released June 14, 2008. 2.2.8 : Released January 19, 2008. 2.2.7 : Tagged January 4, 2008. Not released. diff --git a/include/ap_release.h b/include/ap_release.h index 62e1b1e951e..687cebc7e26 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 10 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"