diff options
author | Allen Winter <winter@kde.org> | 2010-07-31 12:54:45 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2010-07-31 12:54:45 +0000 |
commit | 7bd76232103ea7e1a01d35c59e4cd25fddfd0433 (patch) | |
tree | 2148e4f0c6ddc313053555e5c50f924c58ace728 /modules | |
parent | 2fd2df5f9dc882fb455abcdc4ca9674c8ed9e654 (diff) | |
download | extra-cmake-modules-7bd76232103ea7e1a01d35c59e4cd25fddfd0433.tar.gz extra-cmake-modules-7bd76232103ea7e1a01d35c59e4cd25fddfd0433.tar.bz2 |
4.5 -> 4.6
svn path=/trunk/KDE/kdelibs/; revision=1157534
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 | ||||
-rw-r--r-- | modules/KDE4Defaults.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 35f8e507..437bb850 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -1339,13 +1339,13 @@ macro (KDE4_PRINT_RESULTS) # inside kdelibs the include dir and lib dir are internal, not "found" if (NOT _kdeBootStrapping) if(KDE4_INCLUDE_DIR) - message(STATUS "Found KDE 4.5 include dir: ${KDE4_INCLUDE_DIR}") + message(STATUS "Found KDE 4.6 include dir: ${KDE4_INCLUDE_DIR}") else(KDE4_INCLUDE_DIR) message(STATUS "ERROR: unable to find the KDE 4 headers") endif(KDE4_INCLUDE_DIR) if(KDE4_LIB_DIR) - message(STATUS "Found KDE 4.5 library dir: ${KDE4_LIB_DIR}") + message(STATUS "Found KDE 4.6 library dir: ${KDE4_LIB_DIR}") else(KDE4_LIB_DIR) message(STATUS "ERROR: unable to find the KDE 4 core library") endif(KDE4_LIB_DIR) diff --git a/modules/KDE4Defaults.cmake b/modules/KDE4Defaults.cmake index 9663f089..59fc977d 100644 --- a/modules/KDE4Defaults.cmake +++ b/modules/KDE4Defaults.cmake @@ -21,11 +21,11 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE 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.5.0") +set(GENERIC_LIB_VERSION "4.6.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.5.0") +set(KDE_NON_GENERIC_LIB_VERSION "5.6.0") set(KDE_NON_GENERIC_LIB_SOVERSION "5") # windows does not support LD_LIBRARY_PATH or similar |