From: William A. Rowe Jr Date: Sat, 6 Jan 2007 06:29:51 +0000 (+0000) Subject: Prepare for tag X-Git-Tag: 2.2.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8482ceb53644d2d61f6013fc0ab80949be5387fa;p=thirdparty%2Fapache%2Fhttpd.git Prepare for tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@493424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 018ccb45a4b..ac90bf3a796 100644 --- a/STATUS +++ b/STATUS @@ -26,8 +26,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.2.4 : In development. Jim proposes release "real soon" and - offers to be RM. + 2.2.4 : Tagged on January 5, 2007 2.2.3 : Released on July 28, 2006 as GA. 2.2.2 : Released on May 1, 2006 as GA. 2.2.1 : Tagged on April 1, 2006, not released. diff --git a/include/ap_release.h b/include/ap_release.h index 957252f0266..4b0e73ab57c 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 4 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"