From 098a886ff1e8e3d7007c1bdfc0dba319934ad3eb Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 20 Mar 2018 23:37:30 +0100 Subject: [PATCH] Increase OkularCore soversion Since we broke ABI since last release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d65db1f7..7bfe3ce76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,7 +260,7 @@ PUBLIC # these are included from the installed headers Qt5::Widgets ) -set_target_properties(okularcore PROPERTIES VERSION 8.0.0 SOVERSION 8 OUTPUT_NAME Okular5Core EXPORT_NAME Core) +set_target_properties(okularcore PROPERTIES VERSION 9.0.0 SOVERSION 9 OUTPUT_NAME Okular5Core EXPORT_NAME Core) install(TARGETS okularcore EXPORT Okular5Targets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})