summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-04-01 12:46:20 +0000
committerYann Ylavic <ylavic@apache.org>2020-04-01 12:46:20 +0000
commit8e80817df6997dd68b6940ca75fa01a7d2bb3809 (patch)
tree460f2e89c3c1638b88249187f62885f9dc208e43 /include
parent8d115959c6dcb8c7d4a2c00fddc16d1a92e153c4 (diff)
downloadhttpd-8e80817df6997dd68b6940ca75fa01a7d2bb3809.tar.gz
MMN major bump for r1875947.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 664ae7e251..7636683a5b 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -622,12 +622,14 @@
* 20190312.8 (2.5.1-dev) ap_is_chunked() in httpd.h
* 20190312.9 (2.5.1-dev) AP_REG_NO_DEFAULT macro in ap_regex.h
* 20200217.0 (2.5.1-dev) Add and use ap_method_mask_t type
+ * 20200331.0 (2.5.1-dev) Remove ap_request_core_filter() and
+ * ap_request_core_filter_handle.
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20200217
+#define MODULE_MAGIC_NUMBER_MAJOR 20200331
#endif
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */