From 168bdc102db545a861cee90e85f8a85d50e48a1f Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 9 Jun 2012 15:32:06 +0200 Subject: [PATCH] Bump version number to 0.2.0. --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index b64c546..99e9827 100644 --- a/config.mk +++ b/config.mk @@ -2,8 +2,8 @@ # zathura make config ZATHURA_VERSION_MAJOR = 0 -ZATHURA_VERSION_MINOR = 1 -ZATHURA_VERSION_REV = 2 +ZATHURA_VERSION_MINOR = 2 +ZATHURA_VERSION_REV = 0 # 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.