]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are now 2.4.27-dev
authorJim Jagielski <jim@apache.org>
Tue, 13 Jun 2017 17:29:26 +0000 (17:29 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Jun 2017 17:29:26 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1798616 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 95eceee3a051eeee771b4b2f787c21586455150c..d97239f3845946b7ba97efd7da6d83553b92e60d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.27
+
+
 Changes with Apache 2.4.26
 
   *) HTTP/2 support no longer tagged as "experimental" but is instead considered
diff --git a/STATUS b/STATUS
index 36e311a03b88e86f4561d27e750c6d3d2184194e..28d6c109a85ab612a2ad7637ccd4c366e422a89a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -34,6 +34,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.4.27  : In development.
     2.4.26  : Tagged on June 13, 2017.
     2.4.25  : Tagged on December 16, 2016. Released on December 21, 2016.
     2.4.24  : Tagged on December 16, 2016, not released.
index b527680139cfe8fac912d56fceaef56aa0083e7e..66952cd4f50b83cce2870343cc0519a60c5a4050 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "26">
+<!ENTITY httpd.patch "27">
 
 <!ENTITY httpd.docs "2.4">
index 44389d8c9d6aaf15757224edeb1b7781e62c9d5d..fcfba97526ab24ad8fcb8e3220ff71a7096c96fa 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   26
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   27
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */