You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/05/21 17:38:53 UTC

cvs commit: apache-1.3/src/include ap_mmn.h

rse         99/05/21 08:38:51

  Modified:    src/include ap_mmn.h
  Log:
  Uhhhhhh.. minor vs. major: Ok, make the friends happy.  I've personally no
  strong opinion on this stuff because I'm still part of the guys who thing the
  major/minor distinction is mostly useless.  A single value is enough IMHO...
  
  Revision  Changes    Path
  1.36      +3 -3      apache-1.3/src/include/ap_mmn.h
  
  Index: ap_mmn.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_mmn.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- ap_mmn.h	1999/05/21 12:16:17	1.35
  +++ ap_mmn.h	1999/05/21 15:38:49	1.36
  @@ -217,15 +217,15 @@
    * 19990320.1           - add ap_vrprintf()
    * 19990320.2           - add cmd_parms.context, ap_set_config_vectors, 
    *                        export ap_add_file_conf
  - * 19990521             - add ap_regexec()
  + * 19990320.3           - add ap_regexec()
    */
   
   #define MODULE_MAGIC_COOKIE 0x41503133UL /* "AP13" */
   
   #ifndef MODULE_MAGIC_NUMBER_MAJOR
  -#define MODULE_MAGIC_NUMBER_MAJOR 19990521
  +#define MODULE_MAGIC_NUMBER_MAJOR 19990320
   #endif
  -#define MODULE_MAGIC_NUMBER_MINOR 2                     /* 0...n */
  +#define MODULE_MAGIC_NUMBER_MINOR 3                     /* 0...n */
   #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR	/* backward compat */
   
   /* Useful for testing for features. */