From: Ian Holsman Date: Thu, 31 Jan 2002 05:28:43 +0000 (+0000) Subject: 32-dev is now it X-Git-Tag: 2.0.32~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39573f4005deea6f62597ce5d72b0ca3f14abc63;p=apache 32-dev is now it PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93123 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b069fd9baf..aec4c7e547 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 2.0.32-dev + Changes with Apache 2.0.31 *) Add a timeout option to the proxy code 'ProxyTimeout' [Ian Holsman] diff --git a/STATUS b/STATUS index 7b78727633..62f8cfff6c 100644 --- a/STATUS +++ b/STATUS @@ -1,8 +1,9 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/31 05:22:36 $] +Last modified at [$Date: 2002/01/31 05:28:43 $] Release: + 2.0.32 : in development 2.0.31 : tagged January 30, 2002. 2.0.30 : tagged January 8, 2002. not rolled. 2.0.29 : tagged November 27, 2001. not rolled. diff --git a/include/ap_release.h b/include/ap_release.h index c26ceda2ea..0e930d6c1a 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.31" +#define AP_SERVER_BASEREVISION "2.0.32-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION