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

cvs commit: httpd-2.0/include ap_mmn.h

jwoolley    2002/06/02 15:29:16

  Modified:    include  ap_mmn.h
  Log:
  The recent changes require a full recompile.  Lack thereof has bitten
  both me and Justin today.
  
  Revision  Changes    Path
  1.48      +2 -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.47
  retrieving revision 1.48
  diff -u -d -u -r1.47 -r1.48
  --- ap_mmn.h	31 May 2002 20:52:28 -0000	1.47
  +++ ap_mmn.h	2 Jun 2002 22:29:16 -0000	1.48
  @@ -106,12 +106,13 @@
    * 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.
    * 20020529 (2.0.37-dev) Standardized the names of some apr_pool_*_set funcs
  + * 20020602 (2.0.37-dev) Bucket API change (metadata buckets)
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 20020529
  +#define MODULE_MAGIC_NUMBER_MAJOR 20020602
   #endif
   #define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */