From c085f8b40ee8e196621dc89a06ba9cae5d608349 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Sun, 14 Feb 2016 23:52:38 +0100 Subject: [PATCH] Version 0.3.5 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 96c4009..d529e79 100644 --- a/config.mk +++ b/config.mk @@ -6,7 +6,7 @@ PROJECT = zathura ZATHURA_VERSION_MAJOR = 0 ZATHURA_VERSION_MINOR = 3 -ZATHURA_VERSION_REV = 4 +ZATHURA_VERSION_REV = 5 # 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.