diff options
author | Allen Winter <winter@kde.org> | 2009-02-23 17:51:33 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2009-02-23 17:51:33 +0000 |
commit | ea6c26c2cfc2c1e22ed3afaa7a3124e289e8145e (patch) | |
tree | a570dea6851325793972997e38212daf4a88a806 | |
parent | 78b2fd1b23c2bb0aef88245c952e543ff33531fe (diff) | |
download | extra-cmake-modules-ea6c26c2cfc2c1e22ed3afaa7a3124e289e8145e.tar.gz extra-cmake-modules-ea6c26c2cfc2c1e22ed3afaa7a3124e289e8145e.tar.bz2 |
Increase the shared library versioning from .2 to .3
svn path=/trunk/KDE/kdelibs/; revision=930511
-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 de56a822..6407b3f3 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.2.0") +set(GENERIC_LIB_VERSION "4.3.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.2.0") +set(KDE_NON_GENERIC_LIB_VERSION "5.3.0") set(KDE_NON_GENERIC_LIB_SOVERSION "5") # windows does not support LD_LIBRARY_PATH or similar |