summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-14 14:02:11 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-14 14:02:11 +0000
commit1925882d55cceb6de7392ea8285d2cd74d6924bc (patch)
tree06ef2b4d66b83a3d04de684cadcb61550072a5ad /include
parentc4cc6f8a60497f4afa55f19e0aa303205d059e0d (diff)
downloadhttpd-1925882d55cceb6de7392ea8285d2cd74d6924bc.tar.gz
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')
-rw-r--r--include/ap_mmn.h3
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