From: Jim Jagielski Date: Tue, 4 Sep 2007 19:40:46 +0000 (+0000) Subject: Get ready to tag 2.0.61 X-Git-Tag: 2.0.62~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc4d786159135d94bac8013ac12a6c60c7c5551;p=thirdparty%2Fapache%2Fhttpd.git Get ready to tag 2.0.61 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@572792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0522069bad1..a6c6e2d04e4 100644 --- a/STATUS +++ b/STATUS @@ -23,8 +23,7 @@ Consult the trunk/ for all new development and documentation efforts: Release history: - 2.0.61 : In maintenance. T&R planned for Sept 3, 2007, - Jim as RM + 2.0.61 : Tagged September 4, 2007. 2.0.60 : Tagged August 10, 2007, not released. 2.0.59 : released July 28, 2006 as GA. 2.0.58 : released May 1, 2006 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index de57e3eacc3..62c55d99c96 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -40,7 +40,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 #define AP_SERVER_PATCHLEVEL_NUMBER 61 -#define AP_SERVER_ADD_STRING "-dev" +#define AP_SERVER_ADD_STRING "" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)