Increase version

We had the cbr fix

GIT_SILENT
This commit is contained in:
Albert Astals Cid 2016-10-07 00:59:46 +02:00
parent f2b2d94897
commit 7003eff75e

View file

@ -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 \