diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-05-29 11:41:25 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-05-29 11:41:25 +0200 |
commit | 0af40590501c9a7039cb1e4a2aa019f3ce41edef (patch) | |
tree | d557136a3da5253761434a10169dd66c12158775 /include/ap_mmn.h | |
parent | Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to a (diff) | |
download | apache2-0af40590501c9a7039cb1e4a2aa019f3ce41edef.tar.xz apache2-0af40590501c9a7039cb1e4a2aa019f3ce41edef.zip |
Follow up to r1918022: MMN minor bump and checks for the new conn_state_e aliases' usability.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 9d79c14e95..06c04bd50e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -723,6 +723,7 @@ * 20211221.17 (2.5.1-dev) Add ap_proxy_worker_get_name() * 20211221.18 (2.5.1-dev) Add ap_regexec_ex() * 20211221.19 (2.5.1-dev) Add AP_REG_NOTEMPTY_ATSTART + * 20211221.20 (2.5.1-dev) Add CONN_STATE_KEEPALIVE and CONN_STATE_PROCESS */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -730,7 +731,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 19 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 20 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |