summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-05-06 10:21:10 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-05-06 10:21:10 +0200
commitfc40b685074f488f5991752f34344c4f183cd47b (patch)
treed45a795536b600345fadad10130c2818eedb5cac /include/ap_mmn.h
parentAdded <directiveindex>, <moduleindex>, and <modulefilelist>. (diff)
downloadapache2-fc40b685074f488f5991752f34344c4f183cd47b.tar.xz
apache2-fc40b685074f488f5991752f34344c4f183cd47b.zip
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
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h5
1 files changed, 3 insertions, 2 deletions
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 */
/**