diff options
author | Allen Winter <winter@kde.org> | 2008-01-21 14:23:09 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2008-01-21 14:23:09 +0000 |
commit | b8f5228d282ad06a5d39b3f90ddfc8cfb60177a6 (patch) | |
tree | 0a2c6e2c59caf6952d842f6a36477cbc2927ba40 | |
parent | 2d02ec4b5ec47afc13b03131f5ea0729426dff81 (diff) | |
download | extra-cmake-modules-b8f5228d282ad06a5d39b3f90ddfc8cfb60177a6.tar.gz extra-cmake-modules-b8f5228d282ad06a5d39b3f90ddfc8cfb60177a6.tar.bz2 |
Increase the GENERIC_VERSION strings.
Probable relinking of all trunk will be needed once you build with the new string.
svn path=/trunk/KDE/kdelibs/; revision=764348
-rw-r--r-- | modules/KDE4Defaults.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/KDE4Defaults.cmake b/modules/KDE4Defaults.cmake index b94eaf6d..d81b265e 100644 --- a/modules/KDE4Defaults.cmake +++ b/modules/KDE4Defaults.cmake @@ -27,10 +27,10 @@ set(CMAKE_USE_CHRPATH ON) # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes -set(GENERIC_LIB_VERSION "4.0.0") +set(GENERIC_LIB_VERSION "4.1.0") set(GENERIC_LIB_SOVERSION "4") -set(KDE_NON_GENERIC_LIB_VERSION "5.0.0") +set(KDE_NON_GENERIC_LIB_VERSION "5.1.0") set(KDE_NON_GENERIC_LIB_SOVERSION "5") # windows does not support LD_LIBRARY_PATH or similar |