From: Allen Winter Date: Thu, 6 Dec 2007 16:55:50 +0000 (+0000) Subject: use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keep X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/04948c542adc5a66703fb9ad484448f7d671700c use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keep with library versioning consistency into the future. ok'd by dfaure. svn path=/trunk/KDE/kdebase/apps/; revision=745632 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c20251786..a07cdf255 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,7 @@ if (Nepomuk_FOUND) endif (Nepomuk_FOUND) -set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) +set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR})