mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 02:46:00 +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
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ ZATHURA_VERSION_MAJOR = 0
|
||||||
ZATHURA_VERSION_MINOR = 3
|
ZATHURA_VERSION_MINOR = 3
|
||||||
ZATHURA_VERSION_REV = 8
|
ZATHURA_VERSION_REV = 8
|
||||||
# If the API changes, the API version and the ABI version have to be bumped.
|
# 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.
|
# 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 = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_REV}
|
||||||
|
|
||||||
# version checks
|
# version checks
|
||||||
|
|
Loading…
Reference in a new issue