diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-12-08 23:01:38 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-12-08 23:01:38 +0100 |
commit | b68eaf03d4406cd7ca29228360e49fb57021e92a (patch) | |
tree | be98446dc0185c4662b4241eefc52b056f741302 /include | |
parent | Rearrange and clear global core config state allocated out of pconf (diff) | |
download | apache2-b68eaf03d4406cd7ca29228360e49fb57021e92a.tar.xz apache2-b68eaf03d4406cd7ca29228360e49fb57021e92a.zip |
Follow up to r1769760: MMN minor bump for ap_get_status_line_ex().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 b25fafba89..0934fdbf42 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -662,6 +662,7 @@ * 20200705.3 (2.5.1-dev) Add ap_proxy_prefetch_input(), * ap_proxy_spool_input() and * ap_proxy_read_input(). + * 20200705.4 (2.5.1-dev) Add ap_get_status_line_ex() */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -669,7 +670,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20200705 #endif -#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |