From bfc4ea68534fa07eba06eea058c0fa8bbf9637f4 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sat, 8 Jun 2019 09:42:09 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.60.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 419788b89..30297800e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.59.0") # handled by release scripts +set(KF5_VERSION "5.60.0") # handled by release scripts set(KF5_DEP_VERSION "5.59.0") # handled by release scripts project(Plasma VERSION ${KF5_VERSION})