mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:36:01 +01:00
Merge tag '0.3.3' into develop
Version 0.3.3
This commit is contained in:
commit
c2b6cbe8ce
2 changed files with 3 additions and 3 deletions
2
README
2
README
|
@ -7,7 +7,7 @@ Requirements
|
|||
------------
|
||||
gtk3
|
||||
glib (>= 2.28)
|
||||
girara (>= 0.2.0)
|
||||
girara (>= 0.2.4)
|
||||
sqlite3 (optional, >= 3.5.9)
|
||||
check (for tests)
|
||||
intltool
|
||||
|
|
|
@ -6,7 +6,7 @@ PROJECT = zathura
|
|||
|
||||
ZATHURA_VERSION_MAJOR = 0
|
||||
ZATHURA_VERSION_MINOR = 3
|
||||
ZATHURA_VERSION_REV = 2
|
||||
ZATHURA_VERSION_REV = 3
|
||||
# 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.
|
||||
|
@ -18,7 +18,7 @@ VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_RE
|
|||
|
||||
# girara
|
||||
GIRARA_VERSION_CHECK ?= 1
|
||||
GIRARA_MIN_VERSION = 0.2.3
|
||||
GIRARA_MIN_VERSION = 0.2.4
|
||||
GIRARA_PKG_CONFIG_NAME = girara-gtk3
|
||||
# glib
|
||||
GLIB_VERSION_CHECK ?= 1
|
||||
|
|
Loading…
Reference in a new issue