From: Aaron Bannert Date: Tue, 8 Jan 2002 23:34:58 +0000 (+0000) Subject: About to tag 2.0.30 X-Git-Tag: 2.0.30~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510a668b7ff575b49678b4e6aabc9e300f30f0ea;p=apache About to tag 2.0.30 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d1190b7184..225a642b95 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes with Apache 2.0.30-dev +Changes with Apache 2.0.30 *) Fix the main bug for FreeBSD and threaded MPM's. There are still issues (see STATUS) but at least the server will now diff --git a/include/ap_release.h b/include/ap_release.h index 66e5962c1b..67f48f25d0 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.30-dev" +#define AP_SERVER_BASEREVISION "2.0.30" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION