[Kde-games-devel] KDE/kdegames/libkdegames
Andreas Pakulat
apaku at gmx.de
Sun Mar 30 22:37:33 CEST 2008
SVN commit 791954 by apaku:
Forgot to do this: The various card dialog changes where binary incompatible,
so play by the rules and increase the SOVERSION to 5.
CCMAIL:kde-games-devel at kde.org
M +1 -1 CMakeLists.txt
--- trunk/KDE/kdegames/libkdegames/CMakeLists.txt #791953:791954
@@ -83,7 +83,7 @@
target_link_libraries(kdegames ${KDE4_KDNSSD_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${QT_QTXML_LIBRARY} ${QT_QTNETWORK_LIBRARY} )
-set_target_properties(kdegames PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
+set_target_properties(kdegames PROPERTIES VERSION 5.0.0 SOVERSION 5)
install(TARGETS kdegames ${INSTALL_TARGETS_DEFAULT_ARGS})
########### install files ###############
More information about the kde-games-devel
mailing list