From: Jim Jagielski Date: Tue, 10 Jun 2008 18:50:09 +0000 (+0000) Subject: We are now 2.2.10-dev X-Git-Tag: 2.2.10~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ae26bcd758be74d08ddf2d7ba37819043a6493;p=thirdparty%2Fapache%2Fhttpd.git We are now 2.2.10-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@666275 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 591a8fb769f..9b11c534ae9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.10 + + Changes with Apache 2.2.9 *) SECURITY: CVE-2008-2364 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index af9b32332dc..62e1b1e951e 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 9 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 10 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"