]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0
authorDavid Faure <faure@kde.org>
Wed, 12 Aug 2015 20:23:37 +0000 (22:23 +0200)
committerDavid Faure <faure@kde.org>
Wed, 12 Aug 2015 20:25:21 +0000 (22:25 +0200)
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

CMakeLists.txt

index 3575db5da2499ce734d4a8c63b9787f63de71681..a4aa1eda557fabb669f96ae5a80f70f604530a51 100644 (file)
@@ -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
 )