From f7ae26bcd758be74d08ddf2d7ba37819043a6493 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 10 Jun 2008 18:50:09 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ include/ap_release.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.47.3