From: William A. Rowe Jr Date: Thu, 27 Jul 2006 17:16:46 +0000 (+0000) Subject: Prepare to tag X-Git-Tag: 2.2.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1fa0c9f3bb1de6602ddd33a2ae6c9ac3e004f7;p=thirdparty%2Fapache%2Fhttpd.git Prepare to tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@426150 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6f5aae8ad04..42bed9e2a7b 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.2.3 : in development - 2.2.2 : Released on May 1, 2006 as GA.. + 2.2.3 : Tagged on July 27, 2006 + 2.2.2 : Released on May 1, 2006 as GA. 2.2.1 : Tagged on April 1, 2006, not released. 2.2.0 : Released on December 1, 2005 as GA. 2.1.10 : Tagged on November 19, 2005, not released. diff --git a/include/ap_release.h b/include/ap_release.h index c612874ed13..af95033093f 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 2 #define AP_SERVER_PATCHLEVEL_NUMBER 3 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"