From: Jim Jagielski Date: Fri, 3 Aug 2018 13:11:04 +0000 (+0000) Subject: Bump mmn for worker_share struct update X-Git-Tag: 2.5.0-alpha2-ci-test-only~2410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a11e0934bd7dfbe4e251f2cf1437051c287e362;p=thirdparty%2Fapache%2Fhttpd.git Bump mmn for worker_share struct update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837366 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index af23d555075..aea09879c5c 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -588,6 +588,7 @@ * 20180720.1 (2.5.1-dev) Axe data_in_{in,out}put_filter from conn_rec. * 20180720.2 (2.5.1-dev) Add optional function declaration for * ap_proxy_balancer_get_best_worker to mod_proxy.h. + * 20180720.3 (2.5.1-dev) Add client64 to worker_share * */ @@ -596,7 +597,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20180720 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a