]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tagging 2.0.61
authorJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 19:49:34 +0000 (19:49 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 19:49:34 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@572795 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index d5b9081c0ecfc62efbf802266bf326279399578c..82bdccbe0ee0a12cd14ec370aa7a8a491707ac39 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.62
+
+
 Changes with Apache 2.0.61
 
   *) SECURITY: CVE-2007-3847 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index a6c6e2d04e4991f855dc8f8a53ba1dd6a4a16523..1ea2cd528f5191a3d3cf20c81bc789e2d2d378a2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,6 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
+    2.0.62  : In maintenance
     2.0.61  : Tagged September 4, 2007.
     2.0.60  : Tagged August 10, 2007, not released.
     2.0.59  : released July 28, 2006 as GA.
index 62c55d99c960bc1a589fcb42cccda881c7baabb0..66f9b613489d01a5388a6469827af25db267c109 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   61
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   62
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)