From: Eric Covener Date: Thu, 4 Jan 2018 15:13:50 +0000 (+0000) Subject: mmn bump for r1820098. X-Git-Tag: 2.5.0-alpha2-ci-test-only~3004 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b456ba7a7e7817a27b757e7774f9a2d9ca720c3;p=thirdparty%2Fapache%2Fhttpd.git mmn bump for r1820098. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 643e5cf3128..bcbdb7eaa07 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -559,6 +559,8 @@ * ap_get_module_flags() * 20171014.1 (2.5.0-dev) Add NOT_IN_DIR_CONTEXT replacing NOT_IN_DIR_LOC_FILE * semantics + * 20171014.2 (2.5.1-dev) Add "use_specific_errors" to listen_rec and + * ap_accept_error_is_nonfatal() */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -566,7 +568,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20171014 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a