]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump to 2.0.58-dev
authorColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 16:16:58 +0000 (16:16 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 19 Apr 2006 16:16:58 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395288 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index a23d30c21ec65529eca56f5d03aebb243265e1e3..ad6510ff974acee513ad6f9fd3202c59f4aeadd5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.58
+
 Changes with Apache 2.0.57
 
   *) mod_cgid: run the get_suexec_identity hook within the request-handler
index 25ceaca76e3c21b3858705a8175989c1d49ad7de..6d4a6f6cf5e351a56e742073d5e4313d2d443da6 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "0">
-<!ENTITY httpd.patch "57">
+<!ENTITY httpd.patch "58">
 
 <!ENTITY httpd.docs "2.0">
index 9da93f34a54f27a21cb8c6f1185c62c7414e008a..eaa17873eb701bfcace2f22c63248012f8e6e78a 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   57
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   58
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)