Update version 0.15.3 for 4.9.3 release

This commit is contained in:
Albert Astals Cid 2012-11-02 01:02:00 +01:00
parent 61565de476
commit 84be046806
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
okular v0.15.2
okular v0.15.3

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.15.2"
#define OKULAR_VERSION_STRING "0.15.3"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 15
#define OKULAR_VERSION_RELEASE 2
#define OKULAR_VERSION_RELEASE 3
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \

View file

@ -39,7 +39,7 @@ static KAboutData createAboutData()
"okular_ghostview",
"okular_ghostview",
ki18n( "PS Backend" ),
"0.1.6",
"0.1.7",
ki18n( "A PostScript file renderer." ),
KAboutData::License_GPL,
ki18n( "© 2007-2008 Albert Astals Cid" ),