bump devel version to 0.13.80

This commit is contained in:
Pino Toscano 2011-07-19 23:49:36 +02:00
parent 0f1499c003
commit 13652b84af
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
okular v0.12.80
okular v0.13.80

View file

@ -10,9 +10,9 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.12.80"
#define OKULAR_VERSION_STRING "0.13.80"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 12
#define OKULAR_VERSION_MINOR 13
#define OKULAR_VERSION_RELEASE 80
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))