]> granicus.if.org Git - apache/commitdiff
mod_proxy: follow up to r1667707: MMN minor bump.
authorYann Ylavic <ylavic@apache.org>
Thu, 15 Feb 2018 17:21:52 +0000 (17:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 15 Feb 2018 17:21:52 +0000 (17:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824332 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index d2921cf06e3b2f32bb8d3d871b801ebeeea63b13..25604a13b68b1b2249bced8c1dc4b7d413509a72 100644 (file)
  * 20171014.2 (2.5.1-dev)  Add "use_specific_errors" to listen_rec and 
  *                         ap_accept_error_is_nonfatal()
  * 20171014.3 (2.5.1-dev)  AP_DECLARE ap_parse_vhost_addrs() as public 
+ * 20171014.4 (2.5.1-dev)  Add failontimeout_set, growth_set and lbmethod_set
+ *                         to proxy_balancer struct
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20171014
 #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