You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/19 18:17:08 UTC

svn commit: r395288 - in /httpd/httpd/branches/2.0.x: CHANGES docs/manual/style/version.ent include/ap_release.h

Author: colm
Date: Wed Apr 19 09:16:58 2006
New Revision: 395288

URL: http://svn.apache.org/viewcvs?rev=395288&view=rev
Log:
Bump to 2.0.58-dev

Modified:
    httpd/httpd/branches/2.0.x/CHANGES
    httpd/httpd/branches/2.0.x/docs/manual/style/version.ent
    httpd/httpd/branches/2.0.x/include/ap_release.h

Modified: httpd/httpd/branches/2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=395288&r1=395287&r2=395288&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Wed Apr 19 09:16:58 2006
@@ -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

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/version.ent
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/style/version.ent?rev=395288&r1=395287&r2=395288&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/version.ent (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/version.ent Wed Apr 19 09:16:58 2006
@@ -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">

Modified: httpd/httpd/branches/2.0.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=395288&r1=395287&r2=395288&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.0.x/include/ap_release.h Wed Apr 19 09:16:58 2006
@@ -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)