Increase version for KDE Applications 15.12.0

And soversion of the core library sicne there's a new virtual in it
This commit is contained in:
Albert Astals Cid 2015-12-07 23:30:30 +01:00
parent 9c7a558b8c
commit 450fff8818
2 changed files with 4 additions and 4 deletions

View file

@ -154,7 +154,7 @@ if(LibKScreen_FOUND)
target_link_libraries(okularcore ${LibKScreen_LIBRARY})
endif(LibKScreen_FOUND)
set_target_properties(okularcore PROPERTIES VERSION 6.0.0 SOVERSION 6 )
set_target_properties(okularcore PROPERTIES VERSION 7.0.0 SOVERSION 7 )
install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )

View file

@ -10,10 +10,10 @@
#ifndef _OKULAR_VERSION_H_
#define _OKULAR_VERSION_H_
#define OKULAR_VERSION_STRING "0.23.80"
#define OKULAR_VERSION_STRING "0.24.0"
#define OKULAR_VERSION_MAJOR 0
#define OKULAR_VERSION_MINOR 23
#define OKULAR_VERSION_RELEASE 80
#define OKULAR_VERSION_MINOR 24
#define OKULAR_VERSION_RELEASE 0
#define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#define OKULAR_VERSION \