You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/01/18 11:02:27 UTC

svn commit: r370101 - /httpd/httpd/trunk/include/ap_mmn.h

Author: rpluem
Date: Wed Jan 18 02:02:22 2006
New Revision: 370101

URL: http://svn.apache.org/viewcvs?rev=370101&view=rev
Log:
* Do a minor bump as minex and minex_set had been added to cache_server_conf
  struct.

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_mmn.h?rev=370101&r1=370100&r2=370101&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Wed Jan 18 02:02:22 2006
@@ -114,6 +114,8 @@
  * 20060110.0 (2.3.0-dev) Conversion of Authz to be provider based 
                           addition of <SatisfyAll><SatisfyOne>
                           removal of Satisfy, Allow, Deny, Order
+ * 20060110.1 (2.3.0-dev) minex and minex_set members added to
+ *                        cache_server_conf (minor)
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -121,7 +123,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20060110
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a