]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And bump up to 2.0.60-dev
authorJim Jagielski <jim@apache.org>
Fri, 10 Aug 2007 15:52:32 +0000 (15:52 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 10 Aug 2007 15:52:32 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564633 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 94c72cfb7270e9e4322a693a11a61b188c7afcaa..5de52591a5d15d22ca4a4a64f0c8d54c8a2fb79b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.61
+
+
 Changes with Apache 2.0.60
 
   *) SECURITY: CVE-2007-3847 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 4862618fed72f6debd4287761421818d4bf88dae..b234fefdfbb1ed5bfec8476a7821a7edd16587aa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,6 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
+    2.0.61  : In maintenance
     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. 
index 39d1dd17afeb22257751ed0c56e8e660669a286c..7a4e79a3970b298b8646d0413f545241c9651f26 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   60
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   61
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)