update for the release

This commit is contained in:
Albert Astals Cid 2013-12-11 20:14:18 +01:00
parent 8c16e4a0b2
commit 6c0299151f
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
okular v0.17.97
okular v0.18.0

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.17.97"
#define OKULAR_VERSION_STRING "0.18.0"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 17
#define OKULAR_VERSION_RELEASE 97
#define OKULAR_VERSION_MINOR 18
#define OKULAR_VERSION_RELEASE 0
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \