]> granicus.if.org Git - apache/commitdiff
Removing a field in a core structure (r->boundary) merits a MMN bump,
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 May 2002 08:21:10 +0000 (08:21 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 May 2002 08:21:10 +0000 (08:21 +0000)
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

include/ap_mmn.h

index 6340535197be4755d14c0522480d0a00e5410771..52356920aeb00aa33902e99b0aaf49973f2c8e4c 100644 (file)
  * 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 */
 
 /**