From 5bc00809ebe560a180d5df93eb50bdf0ff0e97e6 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 11 Apr 2013 23:29:00 +0200 Subject: Increase poppler core soname --- CMakeLists.txt | 2 +- poppler/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c67eb3c7..6f362b57 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 35.0.0 SOVERSION 35) +set_target_properties(poppler PROPERTIES VERSION 36.0.0 SOVERSION 36) 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/poppler/Makefile.am b/poppler/Makefile.am index 9b29591e..bc78ff56 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 35:0:0 @create_shared_lib@ @auto_import_flags@ +libpoppler_la_LDFLAGS = -version-info 36:0:0 @create_shared_lib@ @auto_import_flags@ if ENABLE_XPDF_HEADERS -- cgit v1.2.3