From: Jim Jagielski Date: Tue, 24 Aug 2010 16:33:37 +0000 (+0000) Subject: Get ready to tag X-Git-Tag: 2.3.8~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3972cd1b1f4c85f2ebf545ed55ff3d594a9402cf;p=apache Get ready to tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 80cf90fa1b..e65bca217b 100644 --- a/STATUS +++ b/STATUS @@ -26,8 +26,8 @@ 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.8 : Tagged on August 24, 2010. + 2.3.7 : Tagged on August 19, 2010, not released. 2.3.6 : Released on June 21, 2010. 2.3.5 : Released on January 26, 2010. 2.3.4 : Released on December 8, 2009. diff --git a/include/ap_release.h b/include/ap_release.h index cb00219d88..3592d3ce1a 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 #define AP_SERVER_PATCHLEVEL_NUMBER 8 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"