]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare to tag
authorJim Jagielski <jim@apache.org>
Fri, 4 Jan 2008 14:28:41 +0000 (14:28 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 4 Jan 2008 14:28:41 +0000 (14:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@608851 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index efe17672b3a770875ccaf6d96f933be34b43379e..47c32807f7af993efdfb3c95582143c56ead7b8c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-                                                         -*- coding: utf-8 -*-
+                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.0.62
 
   *) SECURITY: CVE-2007-6388 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 046a634f291ffe4ec00bde94cd8788445ae578f3..b19cd818368646f1379d36b23ee37396cc0a4fd6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.62  : In maintenance. Jim intends to T&R on Dec 29/30.
+    2.0.62  : Tagged January 4, 2008.
     2.0.61  : Released September 7, 2007.
     2.0.60  : Tagged August 10, 2007, not released.
     2.0.59  : released July 28, 2006 as GA.
index 66f9b613489d01a5388a6469827af25db267c109..b910cff7c52883c75ba2ce643590fa1295a7b7bd 100644 (file)
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   62
-#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)