From: Christophe Jaillet Date: Sun, 5 May 2019 09:51:48 +0000 (+0000) Subject: The bump in r1855311 looks slighly optimistic. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2062 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794dd4d972a62871a3e29ccb4045d8622716125a;p=thirdparty%2Fapache%2Fhttpd.git The bump in r1855311 looks slighly optimistic. March, 12th should be enough git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1858661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 8f9cab17af7..af7fe2fb4a6 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -609,16 +609,16 @@ * 20180906.1 (2.5.1-dev) Don't export ap_filter_recycle() anymore * 20180906.2 (2.5.1-dev) Add ap_state_dir_relative() * 20180906.3 (2.5.1-dev) Add ap_dir_nofnmatch() and ap_dir_fnmatch(). - * 20191203.1 (2.5.1-dev) Axe bucket number from struct process_score - * 20191203.2 (2.5.1-dev) Add ap_no2slash_ex() and merge_slashes to + * 20190312.1 (2.5.1-dev) Axe bucket number from struct process_score + * 20190312.2 (2.5.1-dev) Add ap_no2slash_ex() and merge_slashes to * core_server_conf. - * 20191203.3 (2.5.1-dev) Add forward_100_continue{,_set} to proxy_dir_conf + * 20190312.3 (2.5.1-dev) Add forward_100_continue{,_set} to proxy_dir_conf */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20191203 +#define MODULE_MAGIC_NUMBER_MAJOR 20190312 #endif #define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */