mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
Bump plugin API and ABI version
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
14a867f080
commit
94bf91d830
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 = '2'
|
||||
plugin_abi_version = '3'
|
||||
plugin_api_version = '3'
|
||||
plugin_abi_version = '4'
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('ZVMAJOR', version_array[0])
|
||||
|
|
Loading…
Reference in a new issue