Version bump for patch release.

This commit is contained in:
casey langen 2020-01-11 17:16:42 -08:00
parent 1eb5db5094
commit 587e73098a
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 80)
set (musikcube_VERSION_MINOR 81)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

View File

@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.80.0
%define version 0.81.0
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -3,9 +3,9 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 80
#define VERSION_MINOR 81
#define VERSION_PATCH 0
#define VERSION "0.80.0"
#define VERSION "0.81.0"
namespace musik {
namespace cube {

Binary file not shown.