]> granicus.if.org Git - apache/commitdiff
Onward ho to 2.1.4.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Feb 2005 06:29:31 +0000 (06:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Feb 2005 06:29:31 +0000 (06:29 +0000)
* CHANGES: Bump.
* include/ap_release.h: Bump.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154973 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 1e40e235a7e2b441ea8bd1a602d87a4e241ef2d9..c5961b9e121fd0236f2aee23dfae6733e63dda3c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
-Changes with Apache 2.1.3
+Changes with Apache 2.1.4
 
   [Remove entries to the current 2.0 section below, when backported]
 
+Changes with Apache 2.1.3
+
   *) core_input_filter: Move buckets to a persistent brigade instead of
      creating a new brigade when apr_brigade_split is called. This stops
      a memory leak when proxying a Streaming Media Server. PR 33382.
index 2c9e12cf146164f3c9519e40c3171c69f4fb1b7e..7628d6d943b0957db93a93137ae5c67d53b5d646 100644 (file)
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   4
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"