From 1ee30f17a5eb884c03e46507be92fb471096a2ea Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sat, 12 Dec 2020 13:06:57 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.78.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f23d3ff78..b54e08a53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.77.0") # handled by release scripts +set(KF5_VERSION "5.78.0") # handled by release scripts project(KCalendarCore VERSION ${KF5_VERSION}) -- GitLab