summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-10-25 23:22:11 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-10-25 23:22:11 +0200
commit1071f5f804ff53466825efdc6eff5818053f007e (patch)
tree09ed04a08fd34c621e6b4f7f1b3e185dbae0670a /glib
parent36bd90e04f8434e51fd75901df030f0169c27df4 (diff)
Diffstat (limited to 'glib')
-rw-r--r--glib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index cda837f5..2781f091 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@ set(poppler_glib_generated_SRCS
${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
)
add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.14.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.15.0 SOVERSION 8)
set_target_properties(poppler-glib PROPERTIES C_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES CXX_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES VISIBILITY_INLINES_HIDDEN 1)