From: Jim Jagielski Date: Fri, 4 Jan 2008 14:26:19 +0000 (+0000) Subject: Ready for tagging 2.2.7 X-Git-Tag: 2.2.8~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a601c439a48d102ef11befe2b53af931fbf51770;p=thirdparty%2Fapache%2Fhttpd.git Ready for tagging 2.2.7 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@608850 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 591d799ee15..cfc09080ce6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - -*- coding: utf-8 -*- + -*- coding: utf-8 No BOM -*- Changes with Apache 2.2.7 *) SECURITY: CVE-2007-6421 (cve.mitre.org) diff --git a/STATUS b/STATUS index fde3885b85b..f3d643dfa4e 100644 --- a/STATUS +++ b/STATUS @@ -26,7 +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.7 : In development. Jim intends to T&R on Dec 29/30. + 2.2.7 : Tagged January 4, 2008. 2.2.6 : Released September 7, 2007. 2.2.5 : Tagged August 10, 2007, not released. 2.2.4 : Released on January 9, 2007 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index 2550f119367..d6df7b15d6d 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 7 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"