And we are at 2.3.8-dev...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2010-08-19 12:46:34 +00:00
parent 77d6dbe5a8
commit 447c171787
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.3.8
Changes with Apache 2.3.7
*) SECURITY: CVE-2010-1452 (cve.mitre.org)

1
STATUS
View File

@ -26,6 +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.8 : In Development
2.3.7 : Tagged on August 19, 2010.
2.3.6 : Released on June 21, 2010.
2.3.5 : Released on January 26, 2010.

View File

@ -19,6 +19,6 @@
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "3">
<!ENTITY httpd.patch "7">
<!ENTITY httpd.patch "8">
<!ENTITY httpd.docs "trunk">

View File

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