From: William A. Rowe Jr Date: Fri, 23 Jun 2017 21:57:03 +0000 (+0000) Subject: And we are nominally at 2.2.34 although any further release is most unlikely X-Git-Tag: 2.2.34~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7076e75d7ca545f7df4b8c22af9f979bb1bd90;p=thirdparty%2Fapache%2Fhttpd.git And we are nominally at 2.2.34 although any further release is most unlikely git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1799717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d8a79740ced..9ace7aefa56 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.34 + + + Changes with Apache 2.2.33 *) SECURITY: CVE-2017-7668 (cve.mitre.org) diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index d041ddb7975..ed302148b90 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 4a6e6c1d834..d579e8c2b0e 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 33 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 34 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */