summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-04-11 23:29:00 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-04-11 23:29:00 +0200
commit5bc00809ebe560a180d5df93eb50bdf0ff0e97e6 (patch)
tree37ed4a8884004ead68b72d539c55c94ad2478b6a
parent115d4c1465291adde86c3c905f265ac03374441f (diff)
Increase poppler core sonamepoppler-0.22.3
-rw-r--r--CMakeLists.txt2
-rw-r--r--poppler/Makefile.am2
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