diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:02:11 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:02:11 +0200 |
commit | 1925882d55cceb6de7392ea8285d2cd74d6924bc (patch) | |
tree | 06ef2b4d66b83a3d04de684cadcb61550072a5ad /include/ap_mmn.h | |
parent | just request_uri (diff) | |
download | apache2-1925882d55cceb6de7392ea8285d2cd74d6924bc.tar.xz apache2-1925882d55cceb6de7392ea8285d2cd74d6924bc.zip |
core: Be explicit if an enclosing directive contains a path or a
regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909135 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 c0e3116316..613ebfe10f 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -714,6 +714,7 @@ * 20211221.9 (2.5.1-dev) Add additional hcmethod_t enums and PROXY_WORKER_IS_ERROR * 20211221.10 (2.5.1-dev) Add ap_proxy_canonenc_ex * 20211221.11 (2.5.1-dev) Add AP_CTIME_OPTION_GMTOFF to util_time.h + * 20211221.12 (2.5.1-dev) Add cmd_parms->regex */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -721,7 +722,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 11 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 12 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |