From a52b60a58e0f31bb358af75adc23ef276692f444 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Thu, 12 Mar 2020 10:48:23 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.69.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c576a2af7..c338b152e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.68.0") # handled by release scripts +set(KF5_VERSION "5.69.0") # handled by release scripts set(KF5_DEP_VERSION "5.68.0") # handled by release scripts project(Plasma VERSION ${KF5_VERSION})