From 2c02bfce315dd54ccb319f55256a7da47bc2ca42 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 2 Jul 2017 15:16:21 +0200 Subject: Release of v0.3.0 --- CMakeLists.txt | 2 +- dist/kube.spec | 6 +++--- 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) cmake_policy(SET CMP0028 NEW) cmake_policy(SET CMP0063 NEW) -project(kube VERSION 0.3) +project(kube VERSION 0.3.0) enable_testing() 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 @@ Name: kube -Version: 0.3 -Release: 8%{?dist} +Version: 0.3.0 +Release: 0%{?dist} Summary: kube Group: Applications/Desktop @@ -31,7 +31,7 @@ BuildRequires: gpgme >= 1.8.0 Requires: qt5-qtquick1 Requires: qt5-qtquickcontrols Requires: qt5-qtquickcontrols2 -Requires: sink >= 0.3 +Requires: sink >= 0.3.0 Requires: google-noto-sans-fonts %description -- cgit v1.2.3