From: William A. Rowe Jr Date: Mon, 10 Oct 2005 01:15:37 +0000 (+0000) Subject: Prepare, at last, to tag 2.0.55 X-Git-Tag: 2.0.55~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6491ab61ab545902d25937515a5a4ce7fb076f8;p=thirdparty%2Fapache%2Fhttpd.git Prepare, at last, to tag 2.0.55 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@312518 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b68913d7570..84e5740d1ca 100644 --- a/STATUS +++ b/STATUS @@ -23,7 +23,8 @@ Consult the trunk/ for all new development and documentation efforts: Release history: - 2.0.55 : in development + 2.0.56 : in development + 2.0.55 : tagged October 9, 2005 2.0.54 : released April 17, 2005 as GA. 2.0.53 : released February 7, 2005 as GA. 2.0.52 : released September 28, 2004 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index dbff7894ee1..c6cd4f7ae54 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -33,7 +33,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "55-dev" +#define AP_SERVER_PATCHLEVEL "55" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION