You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/08 22:01:38 UTC

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

Author: ylavic
Date: Tue Dec  8 22:01:38 2020
New Revision: 1884218

URL: http://svn.apache.org/viewvc?rev=1884218&view=rev
Log:
Follow up to r1769760: MMN minor bump for ap_get_status_line_ex().

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=1884218&r1=1884217&r2=1884218&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Tue Dec  8 22:01:38 2020
@@ -662,6 +662,7 @@
  * 20200705.3 (2.5.1-dev)  Add ap_proxy_prefetch_input(),
  *                         ap_proxy_spool_input() and
  *                         ap_proxy_read_input().
+ * 20200705.4 (2.5.1-dev)  Add ap_get_status_line_ex()
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -669,7 +670,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20200705
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 3             /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 4             /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a