From a967273f77a44026a608a2a6633ae49536556646 Mon Sep 17 00:00:00 2001 From: Rahul Aggarwal Date: Sat, 5 Nov 2022 12:12:35 -0400 Subject: [PATCH] bump plugin abi, bump plugin api --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 0476cf1..73978a8 100644 --- a/meson.build +++ b/meson.build @@ -14,8 +14,8 @@ version_array = version.split('.') # * If any of the exported datastructures have changed in a incompatible way # bump SOMAJOR and set SOMINOR to 0. # * If a function has been added bump SOMINOR. -plugin_api_version = '3' -plugin_abi_version = '4' +plugin_api_version = '4' +plugin_abi_version = '5' conf_data = configuration_data() conf_data.set('ZVMAJOR', version_array[0])