Update version for 4.8.1

This commit is contained in:
Albert Astals Cid 2012-02-29 23:00:19 +01:00
parent 04716f9fd1
commit bd6219327f
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
okular v0.14.0
okular v0.14.1

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.14.0"
#define OKULAR_VERSION_STRING "0.14.1"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 14
#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 \