You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2015/11/23 16:39:42 UTC

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

Author: jim
Date: Mon Nov 23 15:39:42 2015
New Revision: 1715852

URL: http://svn.apache.org/viewvc?rev=1715852&view=rev
Log:
MMN update and func name change

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=1715852&r1=1715851&r2=1715852&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Mon Nov 23 15:39:42 2015
@@ -495,7 +495,7 @@
  *                         ap_filter_should_yield(). Add empty and filters to
  *                         conn_rec.
  * 20150222.6 (2.5.0-dev)  Add async_filter to conn_rec.
- * 20150222.7 (2.5.0-dev)  Add ap_str[n]casecmp();
+ * 20150222.7 (2.5.0-dev)  Add ap_casecmpstr[n]();
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -503,7 +503,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20150222
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 6                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 7                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a