From 40ff4b3068b79fa5915801a076d08a073b5c263e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 20 Mar 2018 23:02:08 +0100 Subject: Going towards 0.7 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3330b34f..350dfea2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.0) -project(kube VERSION 0.6.0) +project(kube VERSION 0.7) -set (QT_MIN_VERSION "5.9.0") +set(QT_MIN_VERSION 5.9.0) cmake_policy(SET CMP0011 NEW) cmake_policy(SET CMP0028 NEW) -- cgit v1.2.3