From 02dea1a119a639b90e12907619679f89126cf00e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 3 Jul 2017 14:03:57 +0200 Subject: Going towards 0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) cmake_policy(SET CMP0028 NEW) cmake_policy(SET CMP0063 NEW) -project(kube VERSION 0.3.1) +project(kube VERSION 0.4) enable_testing() -- cgit v1.2.3