diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-20 08:20:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-20 08:20:37 +0200 |
commit | f373659e6ba28934f07ffd4a67d005f82fe59ba4 (patch) | |
tree | b404cd203adbf89d3bcc94449ef4077d8a4b6e55 /CMakeLists.txt | |
parent | 660f6fae40789aab994e238b2237dae979d433b0 (diff) | |
download | kube-f373659e6ba28934f07ffd4a67d005f82fe59ba4.tar.gz kube-f373659e6ba28934f07ffd4a67d005f82fe59ba4.zip |
Going towards 0.3
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 c2458c4a..c345358e 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.2.0) | 7 | project(kube VERSION 0.3) |
8 | 8 | ||
9 | enable_testing() | 9 | enable_testing() |
10 | 10 | ||