diff options
author | Graham Leggett <minfrin@apache.org> | 2018-02-16 13:44:57 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-02-16 13:44:57 +0100 |
commit | fd7411540598d9292a4306c5743ccab14f63beba (patch) | |
tree | 58cf23766cd306b2656a60a0341d615673de69a1 /include/ap_mmn.h | |
parent | mpm_event: follow up to r1823047. (diff) | |
download | apache2-fd7411540598d9292a4306c5743ccab14f63beba.tar.xz apache2-fd7411540598d9292a4306c5743ccab14f63beba.zip |
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
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 25604a13b6..38905ae50e 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 |