summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-02 15:16:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-02 15:17:44 +0200
commit2c02bfce315dd54ccb319f55256a7da47bc2ca42 (patch)
treec7d770a3d5d8e6a65ad2c6ff81ab33b28b901eaf
parent843f27fd1d97458a6576b1863dd02bcd729f0f14 (diff)
downloadkube-2c02bfce315dd54ccb319f55256a7da47bc2ca42.tar.gz
kube-2c02bfce315dd54ccb319f55256a7da47bc2ca42.zip
Release of v0.3.0v0.3.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--dist/kube.spec6
2 files changed, 4 insertions, 4 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)
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) 7project(kube VERSION 0.3.0)
8 8
9enable_testing() 9enable_testing()
10 10
diff --git a/dist/kube.spec b/dist/kube.spec
index be841038..cb898b4f 100644
--- a/dist/kube.spec
+++ b/dist/kube.spec
@@ -1,6 +1,6 @@
1Name: kube 1Name: kube
2Version: 0.3 2Version: 0.3.0
3Release: 8%{?dist} 3Release: 0%{?dist}
4Summary: kube 4Summary: kube
5 5
6Group: Applications/Desktop 6Group: Applications/Desktop
@@ -31,7 +31,7 @@ BuildRequires: gpgme >= 1.8.0
31Requires: qt5-qtquick1 31Requires: qt5-qtquick1
32Requires: qt5-qtquickcontrols 32Requires: qt5-qtquickcontrols
33Requires: qt5-qtquickcontrols2 33Requires: qt5-qtquickcontrols2
34Requires: sink >= 0.3 34Requires: sink >= 0.3.0
35Requires: google-noto-sans-fonts 35Requires: google-noto-sans-fonts
36 36
37%description 37%description