From 612b0e5fcc78c55424f4b8c695639a41ea9b29d6 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sat, 8 Aug 2020 10:10:56 +0000 Subject: [PATCH] GIT_SILENT Upgrade KF5 version to 5.74.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a1441cf5..7c025fdea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.73.0") # handled by release scripts +set(KF5_VERSION "5.74.0") # handled by release scripts project(KCalendarCore VERSION ${KF5_VERSION}) -- GitLab