From 450fff8818f3b3ce20edc2bf943063b2bbf0b001 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 7 Dec 2015 23:30:30 +0100 Subject: [PATCH] Increase version for KDE Applications 15.12.0 And soversion of the core library sicne there's a new virtual in it --- CMakeLists.txt | 2 +- core/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0b180e08..97e8db6e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} ) diff --git a/core/version.h b/core/version.h index e10aae718..820f75469 100644 --- a/core/version.h +++ b/core/version.h @@ -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 \