From a4de3eefc377fa67a9bbf74f9d167b0d56366061 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Sun, 24 Nov 2013 20:13:09 +0100 Subject: [PATCH] Version 0.2.6 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 5223ac5..620faa7 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ ZATHURA_VERSION_MAJOR = 0 ZATHURA_VERSION_MINOR = 2 -ZATHURA_VERSION_REV = 5 +ZATHURA_VERSION_REV = 6 # 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.