summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-12-27 20:07:21 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-12-27 20:07:21 +0000
commitff58ee66c27da09a370a3000ab55eb1a24921852 (patch)
treed287dc3ada4f560b5b3aee69d050023056c9e2d4
parent453df02e195a96d0210f297c21c8ffba646659da (diff)
bump soname just in case the getPage change is not BCpoppler-0.16.0
-rw-r--r--qt/CMakeLists.txt2
-rw-r--r--qt/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt
index 7f4d233f..5e83e400 100644
--- a/qt/CMakeLists.txt
+++ b/qt/CMakeLists.txt
@@ -14,7 +14,7 @@ set(poppler_qt_SRCS
poppler-private.cc
)
add_library(poppler-qt SHARED ${poppler_qt_SRCS})
-set_target_properties(poppler-qt PROPERTIES VERSION 2.0.0 SOVERSION 2)
+set_target_properties(poppler-qt PROPERTIES VERSION 3.0.0 SOVERSION 3)
target_link_libraries(poppler-qt poppler ${QT3_LIBRARIES})
install(TARGETS poppler-qt RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/qt/Makefile.am b/qt/Makefile.am
index 722d7965..75c0b48e 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -30,7 +30,7 @@ libpoppler_qt_la_LIBADD = \
$(FREETYPE_LIBS) \
$(FONTCONFIG_LIBS)
-libpoppler_qt_la_LDFLAGS = -version-info 2:0:0 @create_shared_lib@
+libpoppler_qt_la_LDFLAGS = -version-info 3:0:0 @create_shared_lib@
if BUILD_SPLASH_OUTPUT