Commit 7b95ea2b authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent 532f230e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
                                                         -*- 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]
+2 −2
Original line number Diff line number Diff line
@@ -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 */