summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2004-09-23 18:02:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2004-09-23 18:02:04 +0000
commit8fcc4e20247d95d6d58d699b2343230e00924414 (patch)
treeeb5413f8abf97ec64896e8c1ad2db71e21439978
parente409aa21de7ccd96766da6e3adbe1fd0476168ec (diff)
downloadhttpd-8fcc4e20247d95d6d58d699b2343230e00924414.tar.gz
Onto 2.0.53 (or sneaking back into 2.0.52? time will tell.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105277 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--STATUS5
-rw-r--r--include/ap_release.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d956cfc6bc..16015d05b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Changes with Apache 2.0.53
+
+
Changes with Apache 2.0.52
*) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
diff --git a/STATUS b/STATUS
index 149bb58b22..196860ff00 100644
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,10 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/09/23 17:33:39 $]
+Last modified at [$Date: 2004/09/23 18:02:03 $]
Release:
- 2.0.52 : in development
+ 2.0.53 : in development
+ 2.0.52 : tagged APACHE_2_0_52_WROWE_RC1 for review
2.0.51 : released September 15, 2004 as GA.
2.0.50 : released June 30, 2004 as GA.
2.0.49 : released March 19, 2004 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index b4890875d1..67f9c2930f 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -32,7 +32,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "52"
+#define AP_SERVER_PATCHLEVEL "53-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