bump plugin abi, bump plugin api

This commit is contained in:
Rahul Aggarwal 2022-11-05 12:12:35 -04:00
parent 8a5589a553
commit a967273f77

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