From: William A. Rowe Jr Date: Mon, 10 Oct 2005 01:17:45 +0000 (+0000) Subject: Onwards to 2.0.56-dev X-Git-Tag: 2.0.56~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3513c0b0f15cf62598650cce6107e3fd1dd702b1;p=thirdparty%2Fapache%2Fhttpd.git Onwards to 2.0.56-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@312520 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index da3b60b6dfb..36e89e1ebe6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.56-dev + + + Changes with Apache 2.0.55 *) SECURITY: CAN-2005-2700 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index c6cd4f7ae54..f137039787b 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -33,7 +33,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "55" +#define AP_SERVER_PATCHLEVEL "56-dev" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION