]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2.2.35-dev is most likely in our attic, but bump for disambiguation.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Jul 2017 18:46:42 +0000 (18:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Jul 2017 18:46:42 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1801092 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index e8d9f4ed8af8dc960855523792e94d469192dc0c..e9d5f5007d995779da2a888f28f621f532ffd260 100644 (file)
--- 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]
index c4d8b592ca7ccc05f1193497de83b7b18d476159..740e91737ec687d1125de117efe0b61d4ee057f3 100644 (file)
@@ -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 */