Version bump for the next release.

This commit is contained in:
casey langen 2019-04-29 23:14:38 -07:00
parent 34e383bb2c
commit 7929c11543
4 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube) project(musikcube)
set (musikcube_VERSION_MAJOR 0) set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 64) set (musikcube_VERSION_MINOR 65)
set (musikcube_VERSION_PATCH 1) set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}") set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
include(CMakeToolsHelpers OPTIONAL) include(CMakeToolsHelpers OPTIONAL)

View File

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

View File

@ -3,9 +3,9 @@
#include <string> #include <string>
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 64 #define VERSION_MINOR 65
#define VERSION_PATCH 1 #define VERSION_PATCH 0
#define VERSION "0.64.1" #define VERSION "0.65.0"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.