From 794dd4d972a62871a3e29ccb4045d8622716125a Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 5 May 2019 09:51:48 +0000 Subject: [PATCH] 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 --- include/ap_mmn.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 8f9cab17af..af7fe2fb4a 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 */ -- 2.50.1