1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

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
This commit is contained in:
David Faure 2015-08-12 22:23:37 +02:00
parent 1cb516cb48
commit 03adb27dc8

View 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
)