diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 971d9a04..3330b34f 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.6) | 3 | project(kube VERSION 0.6.0) |
4 | 4 | ||
5 | set (QT_MIN_VERSION "5.9.0") | 5 | set (QT_MIN_VERSION "5.9.0") |
6 | 6 | ||