summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:03:57 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:03:57 +0200
commit02dea1a119a639b90e12907619679f89126cf00e (patch)
treed4f022cbe20dbf2a3927fa514fa21bdab1a34b52
parentbf518cb5c13abcbe7ecd43f50603c77c0bec90d7 (diff)
downloadkube-02dea1a119a639b90e12907619679f89126cf00e.tar.gz
kube-02dea1a119a639b90e12907619679f89126cf00e.zip
Going towards 0.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb7a7932..5ecd5af2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW)
4cmake_policy(SET CMP0028 NEW) 4cmake_policy(SET CMP0028 NEW)
5cmake_policy(SET CMP0063 NEW) 5cmake_policy(SET CMP0063 NEW)
6 6
7project(kube VERSION 0.3.1) 7project(kube VERSION 0.4)
8 8
9enable_testing() 9enable_testing()
10 10