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/08/14 21:52:13 UTC

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

Author: covener
Date: Tue Aug 14 21:52:13 2018
New Revision: 1838057

URL: http://svn.apache.org/viewvc?rev=1838057&view=rev
Log:
minor bump from r1838055


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=1838057&r1=1838056&r2=1838057&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Tue Aug 14 21:52:13 2018
@@ -594,6 +594,7 @@
  * 20180720.5 (2.5.1-dev)  Add new ap_update_global_status() method and
  *                         times field in the global_score structure in
  *                         scoreboard.h.
+ * 20180720.6 (2.5.1-dev)  add strict_host_check to core_server_conf
  *
  */
 
@@ -602,7 +603,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20180720
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 5                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 6                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a