From e896874b008edc1d45d4168c016ba6d474fd1e6e Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 13 Jul 2015 13:52:34 +0300 Subject: [PATCH] generic: bump version to 4.17.0 --- CMakeLists.txt | 2 +- README | 2 -- cmake/modules/FindKDE4Internal.cmake | 4 ++-- cmake/modules/KDE4Defaults.cmake | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bd81a19..6c65318b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include(CPack) ################# set KDE specific information ################# set (KDE_VERSION_MAJOR 4) -set (KDE_VERSION_MINOR 16) +set (KDE_VERSION_MINOR 17) set (KDE_VERSION_RELEASE 0) set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" ) set (KDE_VERSION_STRING "${KDE_VERSION}") diff --git a/README b/README index 40b21728..e5d490af 100644 --- a/README +++ b/README @@ -10,8 +10,6 @@ In this file: About kdelibs ------------- -This is version 4.16.0 of the KDE libraries. - This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these libraries, misc HTML documentation, theme modules, and regression tests. diff --git a/cmake/modules/FindKDE4Internal.cmake b/cmake/modules/FindKDE4Internal.cmake index f3750997..065a0062 100644 --- a/cmake/modules/FindKDE4Internal.cmake +++ b/cmake/modules/FindKDE4Internal.cmake @@ -1096,13 +1096,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.16 include dir: ${KDE4_INCLUDE_DIR}") + message(STATUS "Found KDE 4.17 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.16 library dir: ${KDE4_LIB_DIR}") + message(STATUS "Found KDE 4.17 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/cmake/modules/KDE4Defaults.cmake b/cmake/modules/KDE4Defaults.cmake index c6e52bfb..8209faf6 100644 --- a/cmake/modules/KDE4Defaults.cmake +++ b/cmake/modules/KDE4Defaults.cmake @@ -21,7 +21,7 @@ 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.16.0") +set(GENERIC_LIB_VERSION "4.17.0") set(GENERIC_LIB_SOVERSION "4") # Use this version number for libraries which are already at version n+1 in KDE version n