]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare, at last, to tag 2.0.55
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 01:15:37 +0000 (01:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 10 Oct 2005 01:15:37 +0000 (01:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@312518 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index b68913d757073719aebf398592917c06caf44d83..84e5740d1ca5c34b9950d4a06a495a1795f8378b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,8 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.55  : in development
+    2.0.56  : in development
+    2.0.55  : tagged October 9, 2005
     2.0.54  : released April 17, 2005 as GA.
     2.0.53  : released February 7, 2005 as GA.
     2.0.52  : released September 28, 2004 as GA.
index dbff7894ee15500b230e54d8972f6d109522814e..c6cd4f7ae542c799a6600d688707858af84a2e2d 100644 (file)
@@ -33,7 +33,7 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 #define AP_SERVER_MAJORVERSION "2"
 #define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "55-dev"
+#define AP_SERVER_PATCHLEVEL "55"
 #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