From: William A. Rowe Jr Date: Thu, 6 Jul 2017 18:46:42 +0000 (+0000) Subject: 2.2.35-dev is most likely in our attic, but bump for disambiguation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4428887ac044f9427275b85aecc0464e62e943;p=thirdparty%2Fapache%2Fhttpd.git 2.2.35-dev is most likely in our attic, but bump for disambiguation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1801092 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e8d9f4ed8af..e9d5f5007d9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -*- coding: utf-8 -*- -Changes with Apache 2.2.34 +Changes with Apache 2.2.34 (final) *) Allow single-char field names inadvertantly disallowed in 2.2.32. PR 61220. [Yann Ylavic] diff --git a/include/ap_release.h b/include/ap_release.h index c4d8b592ca7..740e91737ec 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 34 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 35 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */