From 136c8833b9102390e3ab4777c6376734eba4a0c5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 7 Jul 2018 11:16:28 +0200 Subject: Prepared release of v0.7.0 --- CMakeLists.txt | 2 +- framework/src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5059760..7bc20a62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(kube VERSION 0.7) +project(kube VERSION 0.7.0) set(QT_MIN_VERSION 5.9.0) diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 901ec4a3..b6b2d600 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt @@ -2,7 +2,7 @@ find_package(Qt5 COMPONENTS REQUIRED Core Concurrent Quick Qml WebEngineWidgets Test WebEngine Gui) find_package(KF5Mime 4.87.0 CONFIG REQUIRED) find_package(KF5CalendarCore CONFIG REQUIRED) -find_package(Sink 0.6.0 CONFIG REQUIRED) +find_package(Sink 0.7.0 CONFIG REQUIRED) find_package(KAsync CONFIG REQUIRED) find_package(Gpgme REQUIRED) find_package(KF5Codecs CONFIG REQUIRED) -- cgit v1.2.3