VERSION/hash bump

This commit is contained in:
casey langen 2022-02-13 11:30:22 -08:00
parent 7ec96630bc
commit f3a560352d
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
0.96.12 0.96.13
* macOS only release that fixes standalone binaries. * macOS and Linux only release that fixes standalone binaries.
0.96.11 0.96.11

View File

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

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.96.11 %define version 0.96.13
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{dist} Release: %{dist}

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 96 #define VERSION_MINOR 96
#define VERSION_PATCH 11 #define VERSION_PATCH 13
#define VERSION_COMMIT_HASH "#fbcf13fa" #define VERSION_COMMIT_HASH "#7ec96630"
#define VERSION "0.96.11" #define VERSION "0.96.13"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.