]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump plugin API version 12458/head
authorAlessio Podda <alessio@isc.org>
Wed, 12 Aug 2026 08:38:11 +0000 (10:38 +0200)
committerAlessio Podda <alessio@isc.org>
Wed, 12 Aug 2026 19:57:34 +0000 (19:57 +0000)
Changing query_ctx_t changes the plugin ABI. Bump NS_PLUGIN_VERSION
accordingly.

lib/ns/include/ns/hooks.h

index 4598c70de00c9664b66fb867dada109bb8f24cc8..062658ca783912fa070cef0b16ad5df7ff781ad6 100644 (file)
@@ -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 */