From: Graham Leggett Date: Fri, 16 Feb 2018 12:44:57 +0000 (+0000) Subject: MMN bump for hostname_ex in proxy_worker_shared. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7411540598d9292a4306c5743ccab14f63beba;p=thirdparty%2Fapache%2Fhttpd.git MMN bump for hostname_ex in proxy_worker_shared. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824457 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 25604a13b68..38905ae50ed 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -564,6 +564,7 @@ * 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 + * 20171014.5 (2.5.1-dev) Add hostname_ex to proxy_worker_shared */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -571,7 +572,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20171014 #endif -#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a