Skip to content

Commit 1756e32

Browse files
committed
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
1 parent 9747892 commit 1756e32

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
-*- coding: utf-8 -*-
22

3+
Changes with Apache 2.3.8
4+
5+
36
Changes with Apache 2.3.7
47

58
*) SECURITY: CVE-2010-1452 (cve.mitre.org)

STATUS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Release history:
2626
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
2727
while x.{even}.z versions are Stable/GA releases.]
2828

29+
2.3.8 : In Development
2930
2.3.7 : Tagged on August 19, 2010.
3031
2.3.6 : Released on June 21, 2010.
3132
2.3.5 : Released on January 26, 2010.

docs/manual/style/version.ent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
<!ENTITY httpd.major "2">
2121
<!ENTITY httpd.minor "3">
22-
<!ENTITY httpd.patch "7">
22+
<!ENTITY httpd.patch "8">
2323

2424
<!ENTITY httpd.docs "trunk">

include/ap_release.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
#define AP_SERVER_MAJORVERSION_NUMBER 2
4747
#define AP_SERVER_MINORVERSION_NUMBER 3
48-
#define AP_SERVER_PATCHLEVEL_NUMBER 7
49-
#define AP_SERVER_DEVBUILD_BOOLEAN 0
48+
#define AP_SERVER_PATCHLEVEL_NUMBER 8
49+
#define AP_SERVER_DEVBUILD_BOOLEAN 1
5050

5151
#if AP_SERVER_DEVBUILD_BOOLEAN
5252
#define AP_SERVER_ADD_STRING "-dev"

0 commit comments

Comments
 (0)