summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-12-15 16:39:23 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-12-15 16:39:23 +0100
commit1dd6280d79ad22461208702b3c929377887c99ff (patch)
treed91e41eaf5bdfc87a26fa6acef5af7b902c5733d
parent99d0288bb0b6879ae5414d174939bbd9c1e90bd3 (diff)
0.21.4 soversion increasespoppler-0.21.4
-rw-r--r--CMakeLists.txt2
-rw-r--r--glib/CMakeLists.txt2
-rw-r--r--glib/Makefile.am2
-rw-r--r--poppler/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce88a518..69aceaee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -396,7 +396,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else(MSVC)
add_library(poppler SHARED ${poppler_SRCS})
endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 32.0.0 SOVERSION 32)
+set_target_properties(poppler PROPERTIES VERSION 33.0.0 SOVERSION 33)
target_link_libraries(poppler ${poppler_LIBS})
target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "")
install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index b07b3580..bab58381 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -79,7 +79,7 @@ set(poppler_glib_generated_SRCS
${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
)
add_library(poppler-glib SHARED ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.5.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.6.0 SOVERSION 8)
target_link_libraries(poppler-glib poppler ${GLIB2_LIBRARIES} ${CAIRO_LIBRARIES} ${FREETYPE_LIBRARIES})
install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 4346c620..a38e0523 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -76,7 +76,7 @@ libpoppler_glib_la_LIBADD = \
$(POPPLER_GLIB_LIBS) \
$(FREETYPE_LIBS)
-libpoppler_glib_la_LDFLAGS = -version-info 13:0:5 @create_shared_lib@ @auto_import_flags@
+libpoppler_glib_la_LDFLAGS = -version-info 14:0:6 @create_shared_lib@ @auto_import_flags@
BUILT_SOURCES = \
poppler-enums.c \
diff --git a/poppler/Makefile.am b/poppler/Makefile.am
index 71a61422..34d0ce4b 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -177,7 +177,7 @@ libpoppler_la_LIBADD = \
$(PTHREAD_LIBS) \
$(win32_libs)
-libpoppler_la_LDFLAGS = -version-info 32:0:0 @create_shared_lib@ @auto_import_flags@
+libpoppler_la_LDFLAGS = -version-info 33:0:0 @create_shared_lib@ @auto_import_flags@
if ENABLE_XPDF_HEADERS