Update AUTHORS.

This commit is contained in:
Sebastian Ramacher 2012-03-24 19:32:38 +01:00
parent fae853ebdb
commit e6e2c3d4a8
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ Sebastian Ramacher <s.ramacher@gmx.at>
Other contributors are (in alphabetical order):
Aepelzen
Pavel Borzenkov <pavel.borzenkov@gmail.com>
Géraud Le Falher <daureg@gmail.com>
Ivan Sichmann Freitas <ivansichfreitas@gmail.com>

View file

@ -3,7 +3,7 @@
ZATHURA_VERSION_MAJOR = 0
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.
ZATHURA_API_VERSION = 1
# 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.1
GIRARA_MIN_VERSION = 0.1.2
GIRARA_VERSION_CHECK ?= $(shell pkg-config --atleast-version=$(GIRARA_MIN_VERSION) girara-gtk${ZATHURA_GTK_VERSION}; echo $$?)
# database