Commit bebc845c authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Bump the branch to 2.0.59-dev


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@396631 13f79535-47bb-0310-9956-ffa450edef68
parent 21e969a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.0.59
Changes with Apache 2.0.58
  *) Legal: Restored original years in copyright notices.
+3 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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">
+2 −2
Original line number Diff line number Diff line
@@ -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)