diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-30 12:53:19 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-30 12:53:19 +0100 |
commit | e462164e59e02f38fe627efcfbb33bdafea25e38 (patch) | |
tree | a768305aabbdfa5e742d7f6edf3f7cf519201f2a | |
parent | ffe8bd96d3fde3f7ad3a3c7636af1e7911df4398 (diff) | |
download | kube-e462164e59e02f38fe627efcfbb33bdafea25e38.tar.gz kube-e462164e59e02f38fe627efcfbb33bdafea25e38.zip |
Going towards 0.6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5bc2d2..7933a9e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | 2 | ||
3 | project(kube VERSION 0.5.0) | 3 | project(kube VERSION 0.6) |
4 | 4 | ||
5 | set (QT_MIN_VERSION "5.9.0") | 5 | set (QT_MIN_VERSION "5.9.0") |
6 | 6 | ||