]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get ready to tag 2.0.60
authorJim Jagielski <jim@apache.org>
Fri, 10 Aug 2007 15:50:01 +0000 (15:50 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 10 Aug 2007 15:50:01 +0000 (15:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564631 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 0dc1e7e6757f0d672c74d1a46562bc1cbe9ff302..4862618fed72f6debd4287761421818d4bf88dae 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,8 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.60  : in maintenance. T&R proposed for Aug 10, release on
-              Aug 14. Jim offers to be RM.
+    2.0.60  : Tagged August 10, 2007.
     2.0.59  : released July 28, 2006 as GA.
     2.0.58  : released May 1, 2006 as GA. 
     2.0.57  : tagged April 19, 2006, not released.
index 83a2d1a9cb17c4493643691b4cae46a5c9afb60a..39d1dd17afeb22257751ed0c56e8e660669a286c 100644 (file)
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   60
-#define AP_SERVER_ADD_STRING          "-dev"
+#define AP_SERVER_ADD_STRING          ""
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)