generic: version bump

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-09 23:13:36 +03:00
parent 6a07ac897c
commit 9472a51e80
3 changed files with 4 additions and 4 deletions

View file

@ -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}")

View file

@ -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 <xakepa10@gmail.com>
#

View file

@ -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)