You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/01/03 00:29:13 UTC

cvs commit: httpd-2.0/include ap_mmn.h

jerenkrantz    02/01/02 15:29:13

  Modified:    include  ap_mmn.h
  Log:
  MMN = Things that go bump in the night.
  (limit_req_body is now an apr_off_t)
  
  Revision  Changes    Path
  1.25      +3 -1      httpd-2.0/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_mmn.h,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ap_mmn.h	18 Dec 2001 13:48:52 -0000	1.24
  +++ ap_mmn.h	2 Jan 2002 23:29:13 -0000	1.25
  @@ -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 */