From: William A. Rowe Jr Date: Tue, 26 Mar 2002 20:35:51 +0000 (+0000) Subject: Ready for .34 evaluation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf2d5c4a0ed587078cd293bf028d499fa7280662;p=apache Ready for .34 evaluation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94190 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4638e2fe76..45cee4ca8e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes with Apache 2.0.34-dev +Changes with Apache 2.0.34 *) Ensure that the build/ directory is created when using VPATH. [Justin Erenkrantz] diff --git a/STATUS b/STATUS index 57aa512970..2aecee2a51 100644 --- a/STATUS +++ b/STATUS @@ -1,15 +1,15 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/03/23 23:19:41 $] +Last modified at [$Date: 2002/03/26 20:35:50 $] Release: - 2.0.34 : in development - 2.0.33 : tagged March 6, 2002. - 2.0.32 : released Feburary 16, 2002. + 2.0.34 : tagged March 26, 2002. + 2.0.33 : tagged March 6, 2002. not released. + 2.0.32 : released Feburary 16, 2002 as beta. 2.0.31 : rolled Feburary 1, 2002. not released. 2.0.30 : tagged January 8, 2002. not rolled. 2.0.29 : tagged November 27, 2001. not rolled. - 2.0.28 : released November 13, 2001 + 2.0.28 : released November 13, 2001 as beta. 2.0.27 : rolled November 6, 2001 2.0.26 : tagged October 16, 2001. not rolled. 2.0.25 : rolled August 29, 2001 diff --git a/include/ap_release.h b/include/ap_release.h index 76b799a10c..0772f4d99e 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.34-dev" +#define AP_SERVER_BASEREVISION "2.0.34" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION