From: Paul Querna Date: Wed, 11 Nov 2009 19:34:46 +0000 (+0000) Subject: roll on to 2.3.4-dev X-Git-Tag: 2.3.4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fce8279cd94423cb4b61ed42da2f707bff1b405d;p=apache roll on to 2.3.4-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835031 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index de1788bdff..2f6b311688 100644 --- a/STATUS +++ b/STATUS @@ -26,9 +26,10 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.3.3 : in development - 2.3.2 : Tagged on March 23, 2009. - 2.3.1 : Tagged on January 2, 2009. + 2.3.4 : in development + 2.3.3 : Tagged on November 11, 2009. + 2.3.2 : Tagged on March 23, 2009, not released. + 2.3.1 : Tagged on January 2, 2009, not released. 2.3.0 : Tagged on December 6, 2008, not released. Contributors looking for a mission: diff --git a/include/ap_release.h b/include/ap_release.h index 4a6e4040ee..4a64e34474 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 3 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 4 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"