* include/ap_release.h
Bump AP_SERVER_PATCHLEVEL_NUMBER to 5.
Set AP_SERVER_DEVBUILD_BOOLEAN.
* CHANGES
Add a 2.1.5 section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157726
13f79535-47bb-0310-9956-
ffa450edef68
-Changes with Apache 2.1.4
+Changes with Apache 2.1.5
[Remove entries to the current 2.0 section below, when backported]
+Changes with Apache 2.1.4
+
*) Add ReceiveBufferSize directive to control the TCP receive buffer.
[Eric Covener <covener gmail.com>]
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER 4
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 5
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"