From: Yann Ylavic Date: Mon, 20 Mar 2023 10:48:07 +0000 (+0000) Subject: Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF. X-Git-Tag: 2.5.0-alpha2-ci-test-only~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d0e49490cb3da24dbf30c5dfd2ba846e32d60a;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908557 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 2c36bddcfe5..c0e31163162 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -713,6 +713,7 @@ * 20211221.8 (2.5.1-dev) Add ap_sb_get_child_thread() * 20211221.9 (2.5.1-dev) Add additional hcmethod_t enums and PROXY_WORKER_IS_ERROR * 20211221.10 (2.5.1-dev) Add ap_proxy_canonenc_ex + * 20211221.11 (2.5.1-dev) Add AP_CTIME_OPTION_GMTOFF to util_time.h */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -720,7 +721,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 10 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 11 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a