[poppler] glib/CMakeLists.txt glib/Makefile.am

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Sep 9 11:36:43 PDT 2008


 glib/CMakeLists.txt |    2 +-
 glib/Makefile.am    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 16c0842c3e01608a72709af55cc5cb8b567efedf
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Sep 9 20:36:18 2008 +0200

    API changed, so increase soname

diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 372d984..592a8b0 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -90,7 +90,7 @@ if (CAIRO_FOUND)
   )
 endif (CAIRO_FOUND)
 add_library(poppler-glib SHARED ${poppler_glib_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 3.0.0 SOVERSION 3)
+set_target_properties(poppler-glib PROPERTIES VERSION 4.0.0 SOVERSION 4)
 target_link_libraries(poppler-glib poppler ${GLIB2_LIBRARIES})
 if (CAIRO_FOUND)
   target_link_libraries(poppler-glib ${CAIRO_LIBRARIES})
diff --git a/glib/Makefile.am b/glib/Makefile.am
index e84e40b..95f46ff 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -94,7 +94,7 @@ libpoppler_glib_la_LIBADD =				\
 	$(FONTCONFIG_LIBS)				\
 	$(cairo_libs)
 
-libpoppler_glib_la_LDFLAGS = -version-info 3:0:0
+libpoppler_glib_la_LDFLAGS = -version-info 4:0:0
 
 if BUILD_WITH_GDK
 noinst_PROGRAMS = test-poppler-glib


More information about the poppler mailing list