From 7003eff75eceff775739a4ffcef0378bf922fd09 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 7 Oct 2016 00:59:46 +0200 Subject: [PATCH] Increase version We had the cbr fix GIT_SILENT --- core/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/version.h b/core/version.h index ab113719a..3e86c21ca 100644 --- a/core/version.h +++ b/core/version.h @@ -10,10 +10,10 @@ #ifndef _OKULAR_VERSION_H_ #define _OKULAR_VERSION_H_ -#define OKULAR_VERSION_STRING "0.26.0" +#define OKULAR_VERSION_STRING "0.26.1" #define OKULAR_VERSION_MAJOR 0 #define OKULAR_VERSION_MINOR 26 -#define OKULAR_VERSION_RELEASE 0 +#define OKULAR_VERSION_RELEASE 1 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c)) #define OKULAR_VERSION \