From: Graham Leggett Date: Fri, 29 Aug 2008 21:57:44 +0000 (+0000) Subject: The cookie attributes to fix cookie removal required an MMN bump X-Git-Tag: 2.3.0~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1c1c4b063dac7034c84c1787add08532d3f97e;p=apache 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 --- 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