Bump plugin API and ABI version

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2018-02-10 21:39:50 +01:00
parent 14a867f080
commit 94bf91d830

View file

@ -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 = '2'
plugin_abi_version = '3'
plugin_api_version = '3'
plugin_abi_version = '4'
conf_data = configuration_data()
conf_data.set('ZVMAJOR', version_array[0])