diff options
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6457cb21d9..04fb184048 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -705,7 +705,10 @@ * 20211221.5 (2.5.1-dev) Add hook create_secondary_connection and method * ap_create_secondary_connection() to have connection * setup of http2-like connections in core. - * + * 20211221.6 (2.5.1-dev) Add new meta buckets request/response/headers + * Add field `body_indeterminate` in request_rec + * Add new http/1.x formatting helpers + * Add ap_assign_request() */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -713,7 +716,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |