From: Aaron Bannert Date: Tue, 8 Jan 2002 23:42:11 +0000 (+0000) Subject: Welcome to 2.0.31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a65bcf345f7baf57040bd41ec7a2b0cce478eb4e;p=apache Welcome to 2.0.31 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 225a642b95..998e63825a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 2.0.31-dev + Changes with Apache 2.0.30 *) Fix the main bug for FreeBSD and threaded MPM's. There are diff --git a/STATUS b/STATUS index f146c6de53..3cb823a6ba 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,10 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/08 16:37:52 $] +Last modified at [$Date: 2002/01/08 23:42:11 $] Release: - 2.0.30 : In development + 2.0.31 : In development + 2.0.30 : tagged January 8, 2002. 2.0.29 : tagged November 27, 2001. not rolled. 2.0.28 : released November 13, 2001 2.0.27 : rolled November 6, 2001 diff --git a/include/ap_release.h b/include/ap_release.h index 67f48f25d0..ed11af465b 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" +#define AP_SERVER_BASEREVISION "2.0.31-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION