]> granicus.if.org Git - apache/commitdiff
Post 2.4.34 tag updates
authorJim Jagielski <jim@apache.org>
Tue, 10 Jul 2018 13:48:27 +0000 (13:48 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 10 Jul 2018 13:48:27 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835553 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index d207a5084900877c13b165aa2379413c789a2c8d..6e250dd87a5a4ef4c65126b32af01abad69e94bb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.35
+
 Changes with Apache 2.4.34
 
   *) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error
diff --git a/STATUS b/STATUS
index 8a0286330205f9a01707560a980b28f8491a8bd9..1127290c850770afc05a9d6d5464560c2cfdec7c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.34  : In development. Jim proposes T&R ~ July 4 and offers
+    2.4.35  : In development
+    2.4.34  : Tagged on July 10, 2018
               to RM.
     2.4.33  : Tagged on March 17, 2018. Released on March 21, 2018.
     2.4.32  : Tagged on March 09, 2018. Distributed on March 15, 2018,
index 786d47002e1eb3b4f7a1cef25be4928acd078045..25313dff9dba4fc8b4fdb6f8cc36a248679a7f24 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "34">
+<!ENTITY httpd.patch "35">
 
 <!ENTITY httpd.docs "2.4">
index 27efffdc64173a6d4c951ac35e99df6c87b07ac9..adcc6513c413457e9e0824e9f499e5ef40d33184 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#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 */