From: Colm MacCarthaigh Date: Mon, 24 Apr 2006 18:24:22 +0000 (+0000) Subject: Bump the branch to 2.0.59-dev X-Git-Tag: 2.0.59~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889550407c595ed393336e52396a3f7515b08b24;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index 4a227ca38b3..1a55532f865 100644 --- 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 49724c06f90..26ca15036b7 100644 --- 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. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 6d4a6f6cf5e..733a21be2f8 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index 8f7e399663f..88bee6e9c30 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -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)