From 31b2ccdc067d3b26fc2b5b33c6b4d112b67c4a5e Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Fri, 5 May 2017 21:58:25 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.34.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac4431ebb..978faf823 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.33.0") # handled by release scripts +set(KF5_VERSION "5.34.0") # handled by release scripts set(KF5_DEP_VERSION "5.33.0") # handled by release scripts project(Plasma VERSION ${KF5_VERSION})