mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:26:00 +01:00
bump plugin abi, bump plugin api
This commit is contained in:
parent
8a5589a553
commit
a967273f77
1 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue