Prepare for 4.14.0 release

This commit is contained in:
Albert Astals Cid 2014-08-08 22:49:23 +02:00
parent 6e1a33554c
commit b326c4f11e
5 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
okular v0.19.97
okular v0.20.0

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.19.97"
#define OKULAR_VERSION_STRING "0.20.0"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 19
#define OKULAR_VERSION_RELEASE 97
#define OKULAR_VERSION_MINOR 20
#define OKULAR_VERSION_RELEASE 0
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \

View file

@ -52,7 +52,7 @@ static KAboutData createAboutData()
"okular_dvi",
"okular_dvi",
ki18n( "DVI Backend" ),
"0.3.6",
"0.3.7",
ki18n( "A DVI file renderer" ),
KAboutData::License_GPL,
ki18n( "© 2006 Luigi Toscano" )

View file

@ -22,7 +22,7 @@ static KAboutData createAboutData()
"okular_ooo",
"okular_ooo",
ki18n( "OpenDocument Text Backend" ),
"0.2.3",
"0.2.4",
ki18n( "A renderer for OpenDocument Text documents" ),
KAboutData::License_GPL,
ki18n( "© 2006-2008 Tobias Koenig" )

View file

@ -400,7 +400,7 @@ static KAboutData createAboutData()
"okular_poppler",
"okular_poppler",
ki18n( "PDF Backend" ),
"0.6.4",
"0.6.5",
ki18n( "A PDF file renderer" ),
KAboutData::License_GPL,
ki18n( "© 2005-2008 Albert Astals Cid" )