From: Yann Ylavic Date: Thu, 7 Oct 2021 12:34:29 +0000 (+0000) Subject: Fix ap_mmn.h after r1893977. X-Git-Tag: candidate-2.4.51-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc55176ebcf16cbaea2b32f1b7fc6dd450a84666;p=thirdparty%2Fapache%2Fhttpd.git Fix ap_mmn.h after r1893977. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index b6dbd346405..5c94c4f86a0 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -579,8 +579,8 @@ * ap_proxy_define_worker_ex() to mod_proxy.h * 20120211.116 (2.4.49-dev) add conn_rec->outgoing and ap_ssl_bind_outgoing() * 20120211.117 (2.4.50-dev) Add ap_pre_connection - * 20210926.1 (2.5.1-dev) Add ap_unescape_url_ex() and deprecate - * AP_NORMALIZE_DROP_PARAMETERS + * 20120211.118 (2.4.50-dev) Add ap_unescape_url_ex() and deprecate + * AP_NORMALIZE_DROP_PARAMETERS * */ @@ -589,7 +589,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20120211 #endif -#define MODULE_MAGIC_NUMBER_MINOR 117 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 118 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a