From: Sander Striker Date: Tue, 17 Sep 2002 00:45:40 +0000 (+0000) Subject: Update after the tag. X-Git-Tag: WROWE_2_0_43_PRE1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17138e89b877d7b39e673aaf10dc4b81bf5dbea5;p=apache Update after the tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96855 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fab64b43f1..4d9b091058 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +Changes with Apache 2.0.42 + Changes with Apache 2.0.41 *) Allow AddOutputFilterByType to add multiple filters per directive. diff --git a/STATUS b/STATUS index 2908b53627..837e550b67 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,10 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/08/29 06:45:57 $] +Last modified at [$Date: 2002/09/17 00:45:39 $] Release: - 2.0.41 : in development. + 2.0.42 : in development. + 2.0.41 : tagged September 16, 2002. 2.0.40 : released August 9, 2002 as GA. 2.0.39 : released June 17, 2002 as GA. 2.0.38 : rolled June 16, 2002. not released. diff --git a/include/ap_release.h b/include/ap_release.h index 64edda961e..373a8045bf 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -75,7 +75,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "41" +#define AP_SERVER_PATCHLEVEL "42-dev" #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