diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c345358e..2081ae35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) | |||
4 | cmake_policy(SET CMP0028 NEW) | 4 | cmake_policy(SET CMP0028 NEW) |
5 | cmake_policy(SET CMP0063 NEW) | 5 | cmake_policy(SET CMP0063 NEW) |
6 | 6 | ||
7 | project(kube VERSION 0.3) | 7 | project(kube VERSION 0.3.0) |
8 | 8 | ||
9 | enable_testing() | 9 | enable_testing() |
10 | 10 | ||