Bump devel version to 0.15.70

This commit is contained in:
Albert Astals Cid 2012-06-25 22:03:43 +02:00
parent cd8485c7bc
commit ff92bac005
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
okular v0.14.90
okular v0.15.70

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.14.90"
#define OKULAR_VERSION_STRING "0.15.70"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 14
#define OKULAR_VERSION_RELEASE 90
#define OKULAR_VERSION_MINOR 15
#define OKULAR_VERSION_RELEASE 70
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \