Prepare for tagging of 2.3.7

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2010-08-19 12:37:27 +00:00
parent 8e4214e274
commit a50885bb1b
2 changed files with 3 additions and 4 deletions

5
STATUS
View File

@ -26,9 +26,8 @@ Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.] while x.{even}.z versions are Stable/GA releases.]
2.3.7 : In development. Plan is to tag as beta ~Aug 1. 2.3.7 : Tagged on August 19, 2010.
Jim offers to RM. 2.3.6 : Released on June 21, 2010.
2.3.6 : Tagged June 11, 2010.
2.3.5 : Released on January 26, 2010. 2.3.5 : Released on January 26, 2010.
2.3.4 : Released on December 8, 2009. 2.3.4 : Released on December 8, 2009.
2.3.3 : Tagged on November 11, 2009, not released. 2.3.3 : Tagged on November 11, 2009, not released.

View File

@ -46,7 +46,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 3 #define AP_SERVER_MINORVERSION_NUMBER 3
#define AP_SERVER_PATCHLEVEL_NUMBER 7 #define AP_SERVER_PATCHLEVEL_NUMBER 7
#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_DEVBUILD_BOOLEAN 0
#if AP_SERVER_DEVBUILD_BOOLEAN #if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev" #define AP_SERVER_ADD_STRING "-dev"