From d621ffcc8c5383740d7d4fdb9fb33ace52d797ec Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 22 Sep 2010 22:02:33 +0000 Subject: [PATCH] Bump the MMN to take into account changes to the mod_cache API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000256 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d8efe89889..ce0b957482 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -263,12 +263,18 @@ * provider interface for mod_cache.h. * 20100922.0 (2.3.9-dev) Move cache_* functions from mod_cache.h to a * private header file. + * 20100923.0 (2.3.9-dev) Remove MOD_CACHE_REQUEST_REC, remove deprecated + * ap_cache_cacheable_hdrs_out, trim cache_object_t, + * make ap_cache_accept_headers, ap_cache_accept_headers + * ap_cache_try_lock, ap_cache_check_freshness, + * cache_server_conf, cache_enable, cache_disable, + * cache_request_rec and cache_provider_list private. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100922 +#define MODULE_MAGIC_NUMBER_MAJOR 20100923 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ -- 2.40.0