You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2018/01/04 15:13:50 UTC

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

Author: covener
Date: Thu Jan  4 15:13:50 2018
New Revision: 1820099

URL: http://svn.apache.org/viewvc?rev=1820099&view=rev
Log:
mmn bump for r1820098.


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=1820099&r1=1820098&r2=1820099&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Thu Jan  4 15:13:50 2018
@@ -559,6 +559,8 @@
  *                         ap_get_module_flags()
  * 20171014.1 (2.5.0-dev)  Add NOT_IN_DIR_CONTEXT replacing NOT_IN_DIR_LOC_FILE
  *                         semantics
+ * 20171014.2 (2.5.1-dev)  Add "use_specific_errors" to listen_rec and 
+ *                         ap_accept_error_is_nonfatal()
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -566,7 +568,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20171014
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 1                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 2                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a