]> granicus.if.org Git - apache/commitdiff
and we are now 2.4.26-dev
authorJim Jagielski <jim@apache.org>
Fri, 16 Dec 2016 18:26:03 +0000 (18:26 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 16 Dec 2016 18:26:03 +0000 (18:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1774647 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 52d1b5094875d70f3e0e29eaafb8e95421b506c3..ffaf8c4b3a5de4d4bb34845ab1b4dcdf3d26c0ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.26
+
 Changes with Apache 2.4.25
 
   *) Fix some build issues related to various modules.
diff --git a/STATUS b/STATUS
index cbe86ca35acf6f9084c81c42f69fce7c2a02884e..33e5f266f1667fc7d99e2023e3f9f0b1a53cc6cb 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.26  : In development.
     2.4.25  : Tagged on December 16, 2016.
     2.4.24  : Tagged on December 16, 2016, not released.
     2.4.23  : Tagged on June 30, 2016. Released on July 05, 2016.
index 0c2a5f38684dcf4befd0aeec32bd6c079237c7a5..b527680139cfe8fac912d56fceaef56aa0083e7e 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "25">
+<!ENTITY httpd.patch "26">
 
 <!ENTITY httpd.docs "2.4">
index 92fe7dea8a9337a0dc410af5f47b34f41d78828c..a8d8bfe8631a20a1068289562ba52805c8867b31 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   25
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   26
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */