Roll on to 2.3.2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2009-03-23 16:07:35 +00:00
parent 2e8c914840
commit ba2883e9b2
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
Changes with Apache 2.3.3
Changes with Apache 2.3.2
*) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]

1
STATUS
View File

@ -27,6 +27,7 @@ Release history:
while x.{even}.z versions are Stable/GA releases.]
2.3.2 : in development
2.3.2 : Tagged on March 23, 2009.
2.3.1 : Tagged on January 2, 2009.
2.3.0 : Tagged on December 6, 2008, not released.

View File

@ -45,7 +45,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 3
#define AP_SERVER_PATCHLEVEL_NUMBER 2
#define AP_SERVER_PATCHLEVEL_NUMBER 3
#define AP_SERVER_DEVBUILD_BOOLEAN 1
#if AP_SERVER_DEVBUILD_BOOLEAN