From 791f478bdc913f014132e9550b61ba2cb846f887 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Fri, 4 May 2018 17:36:36 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.46.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb7b76ba8..84cf3f151 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.45.0") # handled by release scripts +set(KF5_VERSION "5.46.0") # handled by release scripts set(KF5_DEP_VERSION "5.45.0") # handled by release scripts project(Plasma VERSION ${KF5_VERSION})