From 3978dc30b49142d3cbb3a7c0c3dc3aafba0e16d8 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Thu, 15 Aug 2013 00:44:50 +0200 Subject: [PATCH] Version 0.2.4 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 5bfa7c2..30a0285 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ ZATHURA_VERSION_MAJOR = 0 ZATHURA_VERSION_MINOR = 2 -ZATHURA_VERSION_REV = 3 +ZATHURA_VERSION_REV = 4 # 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.