]> granicus.if.org Git - apache/commitdiff
and we are 2.4.12-dev
authorJim Jagielski <jim@apache.org>
Thu, 15 Jan 2015 19:57:52 +0000 (19:57 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 15 Jan 2015 19:57:52 +0000 (19:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1652260 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 368fc74f5cfcfcc3964261be164004476e4faa40..750613355b61803ef1f24252def415c5f9cb5a99 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.12
+
+
 Changes with Apache 2.4.11
   
   *) SECURITY: CVE-2014-3583 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 9402bb78effd5c33850e4a206622435e1bc412c7..575333e33fe2f4ae13a2a4ad412d23031d4b8474 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.12  : In development.
     2.4.11  : Tagged on January 15, 2015.
     2.4.10  : Tagged on July 15, 2014. Released July 21, 2014
     2.4.9   : Tagged on March 13, 2014. Released on March 17, 2014
index 3a4e24e825bcba77eeded5c1504ca6f9cf50d7d8..592305c2e343a02090af5dea3984eb9a6614babc 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "11">
+<!ENTITY httpd.patch "12">
 
 <!ENTITY httpd.docs "2.4">
index afec998b224cb6a6e6420372a445f3232157bc10..5f4aa8d4db63dbd7178906a799a838aa439be719 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   11
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   12
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */