From ed1c1c4b063dac7034c84c1787add08532d3f97e Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 29 Aug 2008 21:57:44 +0000 Subject: [PATCH] The cookie attributes to fix cookie removal required an MMN bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@690401 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index fba2b24551..cc6e9941dc 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -166,15 +166,16 @@ * 20080722.1 (2.3.0-dev) Add conn_timeout and conn_timeout_set to * proxy_worker struct. * 20080722.2 (2.3.0-dev) Add scolonsep to proxy_balancer + * 20080829.0 (2.3.0-dev) Add cookie attributes when removing cookies * */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20080722 +#define MODULE_MAGIC_NUMBER_MAJOR 20080829 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a -- 2.50.1