[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdelibs/KDE/4.9] cmake/modules: Correct Torgny's mistake regarding SOVERSION
From:       Albert Astals Cid <aacid () kde ! org>
Date:       2012-11-30 22:17:02
Message-ID: 20121130221702.68954A6091 () git ! kde ! org
[Download RAW message or body]

Git commit ad4867f92f4f64ba4310205f428665c143411566 by Albert Astals Cid.
Committed on 30/11/2012 at 23:16.
Pushed by aacid into branch 'KDE/4.9'.

Correct Torgny's mistake regarding SOVERSION

CCMAIL: nyblom@kde.org

M  +2    -2    cmake/modules/KDE4Defaults.cmake

http://commits.kde.org/kdelibs/ad4867f92f4f64ba4310205f428665c143411566

diff --git a/cmake/modules/KDE4Defaults.cmake b/cmake/modules/KDE4Defaults.=
cmake
index da6c201..385b83f 100644
--- a/cmake/modules/KDE4Defaults.cmake
+++ b/cmake/modules/KDE4Defaults.cmake
@@ -22,11 +22,11 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
 # this makes it easy to advance it when the next KDE release comes
 # Use this version number for libraries which are at version n in KDE vers=
ion n
 set(GENERIC_LIB_VERSION "4.9.4")
-set(GENERIC_LIB_SOVERSION "5")
+set(GENERIC_LIB_SOVERSION "4")
 =

 # Use this version number for libraries which are already at version n+1 i=
n KDE version n
 set(KDE_NON_GENERIC_LIB_VERSION "5.9.4")
-set(KDE_NON_GENERIC_LIB_SOVERSION "6")
+set(KDE_NON_GENERIC_LIB_SOVERSION "5")
 =

 # windows does not support LD_LIBRARY_PATH or similar
 # all searchable directories has to be defined by the PATH environment var
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic