From: Yann Ylavic Date: Thu, 15 Feb 2018 17:21:52 +0000 (+0000) Subject: mod_proxy: follow up to r1667707: MMN minor bump. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d69ddeb1a2a47508355ea1a6bc2495ac921d5e4f;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy: follow up to r1667707: MMN minor bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d2921cf06e3..25604a13b68 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -562,6 +562,8 @@ * 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" */ @@ -569,7 +571,7 @@ #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