From: David Faure Date: Wed, 12 Aug 2015 20:23:37 +0000 (+0200) Subject: Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0 X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/03adb27dc8b3b1f8b54c6e2d03538b79e99178fe Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0 This can be changed to 5.1 or 6.0 on its own schedule (although libdolphinprivate is really private, no headers installed) CCMAIL: emmanuelpescosta099@gmail.com --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3575db5da..a4aa1eda5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,13 +21,13 @@ include(KDEInstallDirs) include(KDECMakeSettings) include(KDEFrameworkCompilerSettings) -ecm_setup_version(${DOLPHIN_VERSION} VARIABLE_PREFIX DOLPHINVCS +ecm_setup_version("5.0.0" VARIABLE_PREFIX DOLPHINVCS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/dolphinvcs_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/DolphinVcsConfigVersion.cmake" SOVERSION 5 ) -ecm_setup_version(${DOLPHIN_VERSION} VARIABLE_PREFIX DOLPHINPRIVATE +ecm_setup_version("5.0.0" VARIABLE_PREFIX DOLPHINPRIVATE SOVERSION 5 )