diff options
author | Graham Leggett <minfrin@apache.org> | 2016-05-31 00:38:23 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2016-05-31 00:38:23 +0200 |
commit | b40a42160626c30e5f0e08a5fa0db7c9fcaeace2 (patch) | |
tree | 495b33384251a3625f02904653c1beb93188da10 /include | |
parent | Off by one "make dox" warning (diff) | |
download | apache2-b40a42160626c30e5f0e08a5fa0db7c9fcaeace2.tar.xz apache2-b40a42160626c30e5f0e08a5fa0db7c9fcaeace2.zip |
mod_dav: Add support for childtags to dav_error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 340e986e33..8ccc9ef6f6 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -523,6 +523,7 @@ * ap_proxy_connection_create_ex() and section_config * to struct proxy_{worker,balancer} in mod_proxy.h, * and optional ssl_engine_set() to mod_ssl.h. + * 20160315.3 (2.5.0-dev) Add childtags to dav_error. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -530,7 +531,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20160315 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |