From: Jim Jagielski Date: Fri, 4 Jan 2008 14:33:07 +0000 (+0000) Subject: And we are now 2.2.8-dev X-Git-Tag: 2.2.8~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8f405183b62a8a0aabdbb66a047cd973833c96;p=thirdparty%2Fapache%2Fhttpd.git And we are now 2.2.8-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@608858 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cfe1d9f030d..650b9691aa2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.8 + + Changes with Apache 2.2.7 *) SECURITY: CVE-2007-6421 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index d6df7b15d6d..15fe27e9704 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 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 7 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 8 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"