]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
get ready to tag 2.0.63
authorJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:27:21 +0000 (16:27 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:27:21 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@610835 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 5d54dfc8c3f32804cd523ab1760289ff9123ea79..c2f42dfce8a98632a1935001da91f37fe78d04d2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.63  : In development
+    2.0.63  : Tagged January 10, 2008.
     2.0.62  : Tagged January 4, 2008. Not released.
     2.0.61  : Released September 7, 2007.
     2.0.60  : Tagged August 10, 2007, not released.
index 597f5c692b2241d620559d834b5e92c0e3f66158..89bc143c1a811dee6a79d64f5dd9745fac14d8d9 100644 (file)
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   63
-#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)