]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are 2.4.19-dev
authorJim Jagielski <jim@apache.org>
Tue, 8 Dec 2015 20:30:55 +0000 (20:30 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Dec 2015 20:30:55 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1718694 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index ef9a38bc9751aaa9767c12d4a82ae57b2466cd55..1acbfb2ad05b8405db6ed3e3933a7e3d0099b5f7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.19
+
+
 Changes with Apache 2.4.18
 
   *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection
diff --git a/STATUS b/STATUS
index b0e6b448c7841680a55024b8cde3464b35112c1e..5edd4fd876daaec904601cdfe3bc9ca7432cd3da 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.19  : In development.
     2.4.18  : Tagged on December 8, 2015.
     2.4.17  : Tagged on October 9, 2015. Released October 13, 2015.
     2.4.16  : Tagged on July 9, 2015. Released July 15, 2015
index 5ae59604a2dcc510abddc44235d3956de1d116b5..f63a1cbe39c75bf6f1ddc587f4f70f4adef40ece 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "18">
+<!ENTITY httpd.patch "19">
 
 <!ENTITY httpd.docs "2.4">
index 79eeee39c7529f2ecd4e784affd5f7a0e343ec67..8793eca2be5bea063e3b8547205afc094aebc1e4 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   18
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   19
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */