]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And roll on to 2.3.14
authorJim Jagielski <jim@apache.org>
Tue, 28 Jun 2011 17:18:24 +0000 (17:18 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Jun 2011 17:18:24 +0000 (17:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/CHANGES b/CHANGES
index 686240c042dd3df7ec6e4c0fcda0d66d43d07a6b..f531be8e31f1cdc0e9338a3097f3db1e57dfde99 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.3.14
+
+
 Changes with Apache 2.3.13
 
   *) ab: Support specifying the local address to use. PR 48930.
diff --git a/STATUS b/STATUS
index 421294ce513d3c8d225ed8c43829ce0c1ecdf298..813f720ce82c8cb02b41c4da8d77b3c20a08e0e4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,6 +26,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.3.14  : In development.
     2.3.13  : Tagged on June 28, 2011.
     2.3.12  : Tagged on May 11, 2011. Released May 23, 2011.
     2.3.11  : Released as Beta on March 7, 2011.
index e9ad722f659564195f893e281a261ef84beae07c..43e507338c1e6bfe50ff5317003781db26539c0a 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "3">
-<!ENTITY httpd.patch "13">
+<!ENTITY httpd.patch "14">
 
 <!ENTITY httpd.docs "trunk">
index 3eb809f03a228147bc240702034d8b34975330bd..fdf6554b00d771b1c6cce8e89fba1b6188ed8cb2 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER   13
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   14
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"