aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Defaults.cmake
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2009-08-17 12:11:08 +0000
committerAllen Winter <winter@kde.org>2009-08-17 12:11:08 +0000
commit8b88d351ff98ef6d04cfc0042bb7276412bfb6ef (patch)
tree51f5f4a4a123ee005c664a5da958c9777d972b51 /modules/KDE4Defaults.cmake
parent2c993c081c491ff0f686890212d7b01c801c01b1 (diff)
downloadextra-cmake-modules-8b88d351ff98ef6d04cfc0042bb7276412bfb6ef.tar.gz
extra-cmake-modules-8b88d351ff98ef6d04cfc0042bb7276412bfb6ef.tar.bz2
increase the .so versioning
also replace a couple 4.3 -> 4.4 messages svn path=/trunk/KDE/kdelibs/; revision=1012303
Diffstat (limited to 'modules/KDE4Defaults.cmake')
-rw-r--r--modules/KDE4Defaults.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/KDE4Defaults.cmake b/modules/KDE4Defaults.cmake
index 1f2d07c0..bc27a2db 100644
--- a/modules/KDE4Defaults.cmake
+++ b/modules/KDE4Defaults.cmake
@@ -24,11 +24,11 @@ set(CMAKE_COLOR_MAKEFILE ON)
# define the generic version of the libraries here
# 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 version n
-set(GENERIC_LIB_VERSION "4.3.0")
+set(GENERIC_LIB_VERSION "4.4.0")
set(GENERIC_LIB_SOVERSION "4")
# Use this version number for libraries which are already at version n+1 in KDE version n
-set(KDE_NON_GENERIC_LIB_VERSION "5.3.0")
+set(KDE_NON_GENERIC_LIB_VERSION "5.4.0")
set(KDE_NON_GENERIC_LIB_SOVERSION "5")
# windows does not support LD_LIBRARY_PATH or similar