From 04948c542adc5a66703fb9ad484448f7d671700c Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 6 Dec 2007 16:55:50 +0000 Subject: 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 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}) -- cgit v1.3