From: Alessio Podda Date: Wed, 12 Aug 2026 08:38:11 +0000 (+0200) Subject: Bump plugin API version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c878aad82919dd146c538c5c0ca34ce7d59b7cef;p=thirdparty%2Fbind9.git Bump plugin API version Changing query_ctx_t changes the plugin ABI. Bump NS_PLUGIN_VERSION accordingly. --- diff --git a/lib/ns/include/ns/hooks.h b/lib/ns/include/ns/hooks.h index 4598c70de00..062658ca783 100644 --- a/lib/ns/include/ns/hooks.h +++ b/lib/ns/include/ns/hooks.h @@ -519,7 +519,7 @@ typedef struct ns_hook_data { * as well; if not, set NS_PLUGIN_AGE to 0. */ #ifndef NS_PLUGIN_VERSION -#define NS_PLUGIN_VERSION 3 +#define NS_PLUGIN_VERSION 4 #define NS_PLUGIN_AGE 0 #endif /* ifndef NS_PLUGIN_VERSION */