]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump the branch to 2.0.59-dev
authorColm MacCarthaigh <colm@apache.org>
Mon, 24 Apr 2006 18:24:22 +0000 (18:24 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 24 Apr 2006 18:24:22 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@396631 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 4a227ca38b3407a95040ef38890907707c5bbaff..1a55532f865e574b8e6def69ec0fb35c31d6c8fa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.59
+
 Changes with Apache 2.0.58
 
   *) Legal: Restored original years in copyright notices.
diff --git a/STATUS b/STATUS
index 49724c06f90246af9f3dd05647912b51b32a95a2..26ca15036b769ddaaade903518c68e255f2b6756 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,9 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.57  : in development
+    2.0.59  : in development
+    2.0.58  : Tagged on April 23, 2006.
+    2.0.57  : Tagged on April 19, 2006. Not released.
     2.0.56  : Tagged on April 16, 2006. Not released.
     2.0.55  : released October 16, 2005 as GA.
     2.0.54  : released April 17, 2005 as GA.
index 6d4a6f6cf5e351a56e742073d5e4313d2d443da6..733a21be2f86cabf3cf1efb023d18e00377e2189 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "0">
-<!ENTITY httpd.patch "58">
+<!ENTITY httpd.patch "59">
 
 <!ENTITY httpd.docs "2.0">
index 8f7e399663f6d56299696074850e26efcc62a37b..88bee6e9c3053e990472059231664a388edea1c0 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   58
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   59
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)