mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:26:01 +01:00
Update AUTHORS.
This commit is contained in:
parent
fae853ebdb
commit
e6e2c3d4a8
2 changed files with 3 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
@ -5,6 +5,7 @@ Sebastian Ramacher <s.ramacher@gmx.at>
|
||||||
|
|
||||||
Other contributors are (in alphabetical order):
|
Other contributors are (in alphabetical order):
|
||||||
|
|
||||||
|
Aepelzen
|
||||||
Pavel Borzenkov <pavel.borzenkov@gmail.com>
|
Pavel Borzenkov <pavel.borzenkov@gmail.com>
|
||||||
Géraud Le Falher <daureg@gmail.com>
|
Géraud Le Falher <daureg@gmail.com>
|
||||||
Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
|
Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
ZATHURA_VERSION_MAJOR = 0
|
ZATHURA_VERSION_MAJOR = 0
|
||||||
ZATHURA_VERSION_MINOR = 1
|
ZATHURA_VERSION_MINOR = 1
|
||||||
ZATHURA_VERSION_REV = 1
|
ZATHURA_VERSION_REV = 2
|
||||||
# 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 = 1
|
ZATHURA_API_VERSION = 1
|
||||||
# If the ABI breaks for any reason, this has to be bumped.
|
# If the ABI breaks for any reason, this has to be bumped.
|
||||||
|
@ -16,7 +16,7 @@ ZATHURA_GTK_VERSION ?= 2
|
||||||
|
|
||||||
# minimum required zathura version
|
# minimum required zathura version
|
||||||
# If you want to disable the check, set GIRARA_VERSION_CHECK to 0.
|
# If you want to disable the check, set GIRARA_VERSION_CHECK to 0.
|
||||||
GIRARA_MIN_VERSION = 0.1.1
|
GIRARA_MIN_VERSION = 0.1.2
|
||||||
GIRARA_VERSION_CHECK ?= $(shell pkg-config --atleast-version=$(GIRARA_MIN_VERSION) girara-gtk${ZATHURA_GTK_VERSION}; echo $$?)
|
GIRARA_VERSION_CHECK ?= $(shell pkg-config --atleast-version=$(GIRARA_MIN_VERSION) girara-gtk${ZATHURA_GTK_VERSION}; echo $$?)
|
||||||
|
|
||||||
# database
|
# database
|
||||||
|
|
Loading…
Reference in a new issue