You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/03/03 07:05:58 UTC

cvs commit: httpd-2.0/include ap_mmn.h

rbb         02/03/02 22:05:58

  Modified:    include  ap_mmn.h
  Log:
  I forgot to bump the mmn.
  
  Revision  Changes    Path
  1.35      +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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- ap_mmn.h	21 Feb 2002 04:05:21 -0000	1.34
  +++ ap_mmn.h	3 Mar 2002 06:05:58 -0000	1.35
  @@ -97,12 +97,13 @@
    * 20020128 (2.0.31-dev) bump for pre_config hook change
    * 20020218 (2.0.33-dev) bump for AddOutputFilterByType directive
    * 20020220 (2.0.33-dev) bump for scoreboard.h structure change
  + * 20020302 (2.0.33-dev) bump for protocol_filter additions.
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 20020220
  +#define MODULE_MAGIC_NUMBER_MAJOR 20020302
   #endif
   #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
   #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR	/* backward compat */