mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 12:14:30 +00:00
Version bump for next release.
This commit is contained in:
parent
20d277b408
commit
bd22be6387
@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 60)
|
||||
set (musikcube_VERSION_PATCH 1)
|
||||
set (musikcube_VERSION_MINOR 61)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
include(CMakeToolsHelpers OPTIONAL)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.60.1
|
||||
%define version 0.61.0
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -3,9 +3,9 @@
|
||||
#include <string>
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 60
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION "0.60.1"
|
||||
#define VERSION_MINOR 61
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.61.0"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user