From 296e364126235364e750ed664f2f0c7e4976c922 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 10 Jul 2017 00:32:47 +0200 Subject: [PATCH] Prepare for 4.14.34 GIT_SILENT --- CMakeLists.txt | 2 +- README | 2 +- cmake/modules/KDE4Defaults.cmake | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index effc67ce93..81ea3cc42a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(CPack) set (KDE_VERSION_MAJOR 4) set (KDE_VERSION_MINOR 14) -set (KDE_VERSION_RELEASE 33) +set (KDE_VERSION_RELEASE 34) 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 b684f7a550..366c3c3fff 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ In this file: About kdelibs ------------- -This is version 4.14.33 of the KDE libraries. +This is version 4.14.34 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 diff --git a/cmake/modules/KDE4Defaults.cmake b/cmake/modules/KDE4Defaults.cmake index 2c70698a45..88c73ee769 100644 --- a/cmake/modules/KDE4Defaults.cmake +++ b/cmake/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.14.33") +set(GENERIC_LIB_VERSION "4.14.34") 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.14.33") +set(KDE_NON_GENERIC_LIB_VERSION "5.14.34") set(KDE_NON_GENERIC_LIB_SOVERSION "5") # windows does not support LD_LIBRARY_PATH or similar -- GitLab