]> granicus.if.org Git - apache/commitdiff
and we are at 2.4.4-dev
authorJim Jagielski <jim@apache.org>
Fri, 17 Aug 2012 17:09:30 +0000 (17:09 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 17 Aug 2012 17:09:30 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374367 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 33c6b73207331c7993dc0b3894a436ba17b677f2..5a98d69dfc1c8f2de3a748325f4ccf787ff4c6da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.4
+
+
 Changes with Apache 2.4.3
 
   *) SECURITY: CVE-2012-3502  (cve.mitre.org)
diff --git a/STATUS b/STATUS
index fa7bb533a13481705196674026e74d51e20428f8..6bea3d36604f21aea3ed49d2a25179bb59a3838c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -32,6 +32,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.4   : In development.
     2.4.3   : Tagged on August 17, 2012.
     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 2012.
index 07cbea0fed22044616a51c204e91c86c9b888c77..b8b478639287f3cce92b13a7e0256c0c4535f23b 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "3">
+<!ENTITY httpd.patch "4">
 
 <!ENTITY httpd.docs "2.4">
index cb15fd1a9623f7e12b3bb48f11b74f27d74fd62c..8a535264fce9e313ae9bd3766887eda05968e743 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   4
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 #define AP_SERVER_ADD_STRING          "-dev"
 
 /* Synchronize the above with docs/manual/style/version.ent */