From: Jim Jagielski Date: Fri, 10 Aug 2007 15:52:32 +0000 (+0000) Subject: And bump up to 2.0.60-dev X-Git-Tag: 2.0.61~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9cc9340032605b44874c102e1e213de9f2ab72c;p=thirdparty%2Fapache%2Fhttpd.git And bump up to 2.0.60-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@564633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 94c72cfb727..5de52591a5d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.61 + + Changes with Apache 2.0.60 *) SECURITY: CVE-2007-3847 (cve.mitre.org) diff --git a/STATUS b/STATUS index 4862618fed7..b234fefdfbb 100644 --- a/STATUS +++ b/STATUS @@ -23,6 +23,7 @@ Consult the trunk/ for all new development and documentation efforts: Release history: + 2.0.61 : In maintenance 2.0.60 : Tagged August 10, 2007. 2.0.59 : released July 28, 2006 as GA. 2.0.58 : released May 1, 2006 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index 39d1dd17afe..7a4e79a3970 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 60 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 61 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)