You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2010/09/12 15:45:16 UTC

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

Author: minfrin
Date: Sun Sep 12 13:45:16 2010
New Revision: 996311

URL: http://svn.apache.org/viewvc?rev=996311&view=rev
Log:
Minor bump for ap_cache_check_allowed().

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

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=996311&r1=996310&r2=996311&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Sun Sep 12 13:45:16 2010
@@ -248,6 +248,7 @@
  * 20100905.0 (2.3.9-dev)  Add log_id to conn and req recs. Add error log
  *                         format handlers. Support AP_CTIME_OPTION_COMPACT in
  *                         ap_recent_ctime_ex().
+ * 20100905.1 (2.3.9-dev)  Add ap_cache_check_allowed()
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -255,7 +256,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20100905
 #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