diff options
author | Graham Leggett <minfrin@apache.org> | 2016-06-12 02:58:09 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2016-06-12 02:58:09 +0200 |
commit | 5405da141a824ee3e629464740662f8e5cc3a213 (patch) | |
tree | cc0a20fcee420ab93565bd90e7eec4796cd87730 /include/ap_mmn.h | |
parent | Strip proxy:fcgi:// just like proxy:balancer (diff) | |
download | apache2-5405da141a824ee3e629464740662f8e5cc3a213.tar.xz apache2-5405da141a824ee3e629464740662f8e5cc3a213.zip |
mod_dav: Add dav_get_provider_name() function to obtain the name
of the provider from mod_dav.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747946 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 0e0327a21f..7dd811bc9d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -525,6 +525,7 @@ * and optional ssl_engine_set() to mod_ssl.h. * 20160315.3 (2.5.0-dev) Add childtags to dav_error. * 20160608.1 (2.5.0-dev) Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n]() + * 20160608.2 (2.5.0-dev) Add dav_get_provider_name. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -532,7 +533,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20160608 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |