From: Yann Ylavic Date: Tue, 8 Dec 2020 22:01:38 +0000 (+0000) Subject: Follow up to r1769760: MMN minor bump for ap_get_status_line_ex(). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b68eaf03d4406cd7ca29228360e49fb57021e92a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index b25fafba896..0934fdbf429 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