Commit b60bd732 authored by Sander Striker's avatar Sander Striker
Browse files

And carry on with 2.1.5-dev.

* 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
parent f10ff3e9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
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>]
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@

#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"