You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2001/11/27 23:07:09 UTC

cvs commit: httpd-2.0/include ap_mmn.h

ianh        01/11/27 14:07:09

  Modified:    include  ap_mmn.h
  Log:
  Change the magic #
  as we have changed the conn_rec structure
  and have change the open_log and post_config hook function
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ap_mmn.h	2001/10/02 21:13:41	1.20
  +++ ap_mmn.h	2001/11/27 22:07:09	1.21
  @@ -80,12 +80,14 @@
    * 20010808 (2.0.23-dev) dir d_is_absolute bit introduced, bucket changes, etc
    * 20010825 (2.0.25-dev) removed d_is_absolute, introduced map_to_storage hook
    * 20011002 (2.0.26-dev) removed 1.3-depreciated request_rec.content_language
  + * 20011127 (2.0.28-dev) bump for postconfig hook change, and removal of socket
  + *                       from connection record
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 20011002
  +#define MODULE_MAGIC_NUMBER_MAJOR 20011127
   #endif
   #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
   #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR	/* backward compat */