From 0f005c0d5dd56ddb5bdafd7b2f522a39d68af6e8 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Mon, 17 Feb 2014 15:33:53 +0100 Subject: [PATCH] Version 0.2.7 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index f954c41..656bc5d 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ ZATHURA_VERSION_MAJOR = 0 ZATHURA_VERSION_MINOR = 2 -ZATHURA_VERSION_REV = 6 +ZATHURA_VERSION_REV = 7 # 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.