Get ready to tag 2.3.10-alpha

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2010-12-13 15:42:50 +00:00
parent adc749dac4
commit 6bcc599e34
2 changed files with 2 additions and 2 deletions

2
STATUS
View File

@ -26,7 +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.10 : In development.
2.3.10 : Tagged on December 13, 2010.
2.3.9 : Tagged on November 23, 2010, not released.
2.3.8 : Tagged on August 24, 2010.
2.3.7 : Tagged on August 19, 2010, not released.

View File

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