diff options
author | Graham Leggett <minfrin@apache.org> | 2021-09-26 14:27:59 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2021-09-26 14:27:59 +0200 |
commit | cdd13288b8b7e7dd8d7796908075993293deee3c (patch) | |
tree | 7b6f4a4d1901b1feccf7ad8e5efbb312de3d6290 /include | |
parent | mod_proxy: Add tunnel_forward hook. (diff) | |
download | apache2-cdd13288b8b7e7dd8d7796908075993293deee3c.tar.xz apache2-cdd13288b8b7e7dd8d7796908075993293deee3c.zip |
Add dav_get_liveprop_element() to hide the implementation by which
the element is passed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893643 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 01aa08b0e3..496bc4b24f 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -692,14 +692,15 @@ * for 20210506.0 + 20210924.0, MINOR bump only for * adding ap_proxy_tunnel_conn_bytes_{in,out}(). * 20210924.1 (2.5.1-dev) Add ap_proxy_fill_error_brigade() + * 20210926.0 (2.5.1-dev) Add dav_get_liveprop_element(), remove DAV_PROP_ELEMENT. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20210924 +#define MODULE_MAGIC_NUMBER_MAJOR 20210926 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |