]> granicus.if.org Git - apache/commitdiff
Update after the tag.
authorSander Striker <striker@apache.org>
Tue, 17 Sep 2002 00:45:40 +0000 (00:45 +0000)
committerSander Striker <striker@apache.org>
Tue, 17 Sep 2002 00:45:40 +0000 (00:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96855 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index fab64b43f1e7d4efc43bd09eb6d84868fe33b428..4d9b091058e272f6d6e690cc6bde05de27d20436 100644 (file)
--- 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 2908b536279007abe5f60a0a1c5066c191323e61..837e550b679d7aae1891ccb413784a0a5f8217ae 100644 (file)
--- 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.
index 64edda961e39c2606f0e6750089be2689d0a09ec..373a8045bf9ea72c2a3f47a13aecfa0ba65d0128 100644 (file)
@@ -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