Version 0.97.0

This commit is contained in:
casey langen 2022-02-18 19:12:54 -08:00
parent 5496aba92c
commit 20b3cee936
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
0.96.14
0.97.0
* no functional changes to the app
* continued re-architecture of build and app packing infrastructure
* finished re-architecture of build and app packing infrastructure
to support "standalone"/"portable" builds for non-Windows platforms.
these changes allow us to build a much smaller set of binaries for
distribution that are more universally compatible across different

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 14)
set (musikcube_VERSION_MINOR 97)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
set (LIBRARY_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin/plugins)
set (EXECUTABLE_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin)

View File

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

View File

@ -37,10 +37,10 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 96
#define VERSION_PATCH 14
#define VERSION_COMMIT_HASH "#c98dc3d1"
#define VERSION "0.96.14"
#define VERSION_MINOR 97
#define VERSION_PATCH 0
#define VERSION_COMMIT_HASH "#5496aba9"
#define VERSION "0.97.0"
namespace musik {
namespace cube {

Binary file not shown.