diff options
author | Eric Covener <covener@apache.org> | 2024-06-24 19:32:26 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2024-06-24 19:32:26 +0200 |
commit | fe939ff38674502cb188815471cb18207191fd75 (patch) | |
tree | 4479c906bd8189935fe045719e56ab0b3546218d /include | |
parent | block inadvertent subst of special filenames (diff) | |
download | apache2-fe939ff38674502cb188815471cb18207191fd75.tar.xz apache2-fe939ff38674502cb188815471cb18207191fd75.zip |
MMN bump for recent additions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 3bc51334e7..f48c3188ec 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -727,6 +727,8 @@ * and CONN_STATE_PROCESSING * 20211221.21 (2.5.1-dev) Add wait_io field to struct process_score * 20211221.22 (2.5.1-dev) Add AP_MPMQ_CAN_WAITIO + * 20211221.23 (2.5.1-dev) Add ap_set_content_type_ex(), ap_filepath_merge(), + * and AP_REQUEST_TRUSTED_CT BNOTE. */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -734,7 +736,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 22 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 23 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |