]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
MMN major bump for r1875947.
authorYann Ylavic <ylavic@apache.org>
Wed, 1 Apr 2020 12:46:20 +0000 (12:46 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 1 Apr 2020 12:46:20 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875999 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 664ae7e251c036961da25fc08fe7a12a0d43a351..7636683a5b66668a77460628b03fb89fca98429c 100644 (file)
  * 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 */