mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:13:48 +01:00
Bump plugin API and ABI version
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
68ebb6f139
commit
531ee53b1a
@ -8,9 +8,9 @@ ZATHURA_VERSION_MAJOR = 0
|
||||
ZATHURA_VERSION_MINOR = 3
|
||||
ZATHURA_VERSION_REV = 8
|
||||
# If the API changes, the API version and the ABI version have to be bumped.
|
||||
ZATHURA_API_VERSION = 2
|
||||
ZATHURA_API_VERSION = 3
|
||||
# If the ABI breaks for any reason, this has to be bumped.
|
||||
ZATHURA_ABI_VERSION = 3
|
||||
ZATHURA_ABI_VERSION = 4
|
||||
VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_REV}
|
||||
|
||||
# version checks
|
||||
|
Loading…
Reference in New Issue
Block a user