mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
generic: version bump
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6a07ac897c
commit
9472a51e80
3 changed files with 4 additions and 4 deletions
|
@ -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}")
|
||||
|
|
|
@ -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>
|
||||
#
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue