From 6522342b9c5b8fa2871f01ae1ebda531916f2d66 Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Thu, 19 Sep 2002 11:04:41 +0000 Subject: [PATCH] Prepare for the tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96907 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 7 ++----- include/ap_release.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 141c800fe6..c19a103fa7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changes with Apache 2.0.42 - *) Add -p option to apxs to allow programs to be compiled with apxs. - [Justin Erenkrantz] + *) mod_dav: Check for versioning hooks before using them. + [Greg Stein] Changes with Apache 2.0.41 @@ -33,9 +33,6 @@ Changes with Apache 2.0.41 *) Fix memory leak in core_output_filter. [Justin Erenkrantz] - *) Rewrite of aaa modules to an authn/authz model. - [Dirk-Willem van Gulik, Justin Erenkrantz] - *) Update OpenSSL detection to work on Darwin. [Sander Temme ] diff --git a/include/ap_release.h b/include/ap_release.h index 373a8045bf..3a4014edea 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 "42-dev" +#define AP_SERVER_PATCHLEVEL "42" #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 -- 2.50.1