From b8f5228d282ad06a5d39b3f90ddfc8cfb60177a6 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 21 Jan 2008 14:23:09 +0000 Subject: 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 --- modules/KDE4Defaults.cmake | 4 ++-- 1 file 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 -- cgit v1.2.1