diff --git a/CMakeLists.txt b/CMakeLists.txt index e99c3d29..7a2ff1c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") ################# set KDE specific information ################# set(KDE_VERSION_MAJOR 4) -set(KDE_VERSION_MINOR 23) +set(KDE_VERSION_MINOR 24) 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/KDELibs4Config.cmake b/KDELibs4Config.cmake index a7eccaed..5f1766bc 100644 --- a/KDELibs4Config.cmake +++ b/KDELibs4Config.cmake @@ -40,9 +40,9 @@ # # This module allows to depend on a particular minimum version of kdelibs. # To acomplish that one should use the appropriate cmake syntax for -# find_package. For example to depend on kdelibs >= 4.23.0 one should use +# find_package. For example to depend on kdelibs >= 4.24.0 one should use # -# find_package(KDELibs4 4.23.0 REQUIRED) +# find_package(KDELibs4 4.24.0 REQUIRED) # # Copyright (c) 2023 Ivailo Monev # diff --git a/cmake/modules/KDE4Defaults.cmake b/cmake/modules/KDE4Defaults.cmake index 7a6b7be0..08ea0249 100644 --- a/cmake/modules/KDE4Defaults.cmake +++ b/cmake/modules/KDE4Defaults.cmake @@ -50,7 +50,7 @@ set(CMAKE_UNITY_BUILD_BATCH_SIZE 200) # 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 -set(GENERIC_LIB_VERSION "4.23") +set(GENERIC_LIB_VERSION "4.24") set(GENERIC_LIB_SOVERSION "4") if(ENABLE_TESTING)