summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:26:59 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:26:59 +0100
commit20c3abcfc8fd6d7752438f2ec831e5496dbff673 (patch)
tree65b2bc23b0f7dbf66feb5c3f44b99f846fe012f3
parent784a4413c2a05ab1236d59b4af7a5880bbd93d54 (diff)
downloadkube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.tar.gz
kube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.zip
Set the project version
-rw-r--r--CMakeLists.txt8
-rw-r--r--dist/kube.spec2
2 files changed, 7 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4de411a..195fabc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,10 @@
1project(kube) 1cmake_minimum_required(VERSION 3.0)
2
3cmake_policy(SET CMP0048 NEW)
4cmake_policy(SET CMP0028 NEW)
5
6project(kube VERSION 0.1.0)
2 7
3cmake_minimum_required(VERSION 2.8.12)
4enable_testing() 8enable_testing()
5 9
6add_subdirectory(framework) 10add_subdirectory(framework)
diff --git a/dist/kube.spec b/dist/kube.spec
index 4a4bf9a9..162ba764 100644
--- a/dist/kube.spec
+++ b/dist/kube.spec
@@ -1,5 +1,5 @@
1Name: kube 1Name: kube
2Version: 0.1 2Version: 0.1.0
3Release: 4%{?dist} 3Release: 4%{?dist}
4Summary: kube 4Summary: kube
5 5