From: Justin Erenkrantz Date: Mon, 6 May 2002 08:21:10 +0000 (+0000) Subject: Removing a field in a core structure (r->boundary) merits a MMN bump, X-Git-Tag: 2.0.37~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc40b685074f488f5991752f34344c4f183cd47b;p=apache Removing a field in a core structure (r->boundary) merits a MMN bump, unfortunately. They got 2 GAs out of the old MMN. Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94947 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6340535197..52356920ae 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -104,14 +104,15 @@ * 20020327 (2.0.35-dev) Add parameter to quick_handler hook * 20020329 (2.0.35-dev) bump for addition of freelists to bucket API * 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command + * 20020506 (2.0.37-dev) Removed r->boundary in request_rec. */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020329 +#define MODULE_MAGIC_NUMBER_MAJOR 20020506 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */ /**