From 6e1a33554c97a558d3fdfc8cd4332a80bad566bf Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 8 Aug 2014 22:45:09 +0200 Subject: [PATCH] Increase okularcore version since we've broken ABI --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b869aec53..34f9f6a8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ if(LibKScreen_FOUND) target_link_libraries(okularcore ${LibKScreen_LIBRARY}) endif(LibKScreen_FOUND) -set_target_properties(okularcore PROPERTIES VERSION 4.0.0 SOVERSION 4 ) +set_target_properties(okularcore PROPERTIES VERSION 5.0.0 SOVERSION 5 ) install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )