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

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
parent c9279805
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.2.34



Changes with Apache 2.2.33

  *) SECURITY: CVE-2017-7668 (cve.mitre.org)
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@

<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "2">
<!ENTITY httpd.patch "33">
<!ENTITY httpd.patch "34">

<!ENTITY httpd.docs "2.2">
+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   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 */