]> granicus.if.org Git - apache/commitdiff
MMN = Things that go bump in the night.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 2 Jan 2002 23:29:13 +0000 (23:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 2 Jan 2002 23:29:13 +0000 (23:29 +0000)
(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

include/ap_mmn.h

index cdf2a203c1afff1d74fe0a49480668fe08c2c1db..da32232d3c7524129deb850612005e0f68347e90 100644 (file)
  * 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 */