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 2007/11/05 10:10:03 UTC

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

Author: rpluem
Date: Mon Nov  5 01:10:03 2007
New Revision: 591923

URL: http://svn.apache.org/viewvc?rev=591923&view=rev
Log:
* Add a minor bump as a result of r590122 and r591760:
  ap_time_process_request() is now part of the public scoreboard API.

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=591923&r1=591922&r2=591923&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Mon Nov  5 01:10:03 2007
@@ -137,6 +137,8 @@
  *                         conventional ap_get_scoreboard(proc, thread)
  * 20071023.1 (2.3.0-dev)  Add flags field to struct proxy_alias
  * 20071023.2 (2.3.0-dev)  Add ap_mod_status_reqtail
+ * 20071023.3 (2.3.0-dev)  Declare ap_time_process_request() as part of the
+ *                         public scoreboard API.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -144,7 +146,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20071023
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 2                    /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 3                    /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a