mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:36:00 +01:00
Bump ABI and API version.
We have a new ABI and API so the versions should be bumped.
This commit is contained in:
parent
7b98e40e23
commit
9472a3d076
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ ZATHURA_VERSION_MAJOR = 0
|
|||
ZATHURA_VERSION_MINOR = 1
|
||||
ZATHURA_VERSION_REV = 2
|
||||
# If the API changes, the API version and the ABI version have to be bumped.
|
||||
ZATHURA_API_VERSION = 1
|
||||
ZATHURA_API_VERSION = 2
|
||||
# If the ABI breaks for any reason, this has to be bumped.
|
||||
ZATHURA_ABI_VERSION = 1
|
||||
ZATHURA_ABI_VERSION = 2
|
||||
VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_REV}
|
||||
|
||||
# the GTK+ version to use
|
||||
|
|
Loading…
Reference in a new issue