From: Justin Erenkrantz Date: Wed, 2 Jan 2002 23:29:13 +0000 (+0000) Subject: MMN = Things that go bump in the night. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11e4e7e6e4b67fbc92f9807efa2918a0c7fcb6f4;p=apache MMN = Things that go bump in the night. (limit_req_body is now an apr_off_t) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index cdf2a203c1..da32232d3c 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -86,12 +86,14 @@ * 20011218 (2.0.30-dev) bump for new sbh member of conn_rec, different * declarations for scoreboard, new parameter to * create_connection hook + * 20020102 (2.0.30-dev) bump for changed type of limit_req_body in + * core_dir_config */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20011218 +#define MODULE_MAGIC_NUMBER_MAJOR 20020102 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */