mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:03:48 +01:00
Version 0.2.2
This commit is contained in:
parent
de5b93dd55
commit
1999c3552e
@ -3,7 +3,7 @@
|
||||
|
||||
ZATHURA_VERSION_MAJOR = 0
|
||||
ZATHURA_VERSION_MINOR = 2
|
||||
ZATHURA_VERSION_REV = 1
|
||||
ZATHURA_VERSION_REV = 2
|
||||
# If the API changes, the API version and the ABI version have to be bumped.
|
||||
ZATHURA_API_VERSION = 2
|
||||
# If the ABI breaks for any reason, this has to be bumped.
|
||||
@ -16,7 +16,7 @@ ZATHURA_GTK_VERSION ?= 2
|
||||
|
||||
# minimum required zathura version
|
||||
# If you want to disable the check, set GIRARA_VERSION_CHECK to 0.
|
||||
GIRARA_MIN_VERSION = 0.1.4
|
||||
GIRARA_MIN_VERSION = 0.1.5
|
||||
GIRARA_VERSION_CHECK ?= $(shell pkg-config --atleast-version=$(GIRARA_MIN_VERSION) girara-gtk${ZATHURA_GTK_VERSION}; echo $$?)
|
||||
|
||||
# database
|
||||
|
Loading…
Reference in New Issue
Block a user