From ea607664d21328046be33eeb568d45010970f3bd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 21 Jul 2016 23:46:24 +0200 Subject: [PATCH] Beta version for KDE Applications 16.08 --- core/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/version.h b/core/version.h index b6104326c..e18c99c9b 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.25.0" +#define OKULAR_VERSION_STRING "0.25.80" #define OKULAR_VERSION_MAJOR 0 #define OKULAR_VERSION_MINOR 25 -#define OKULAR_VERSION_RELEASE 0 +#define OKULAR_VERSION_RELEASE 80 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c)) #define OKULAR_VERSION \ -- GitLab