mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
VERSION/hash bump
This commit is contained in:
parent
7ec96630bc
commit
f3a560352d
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
@ -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}
|
||||||
|
@ -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.
Loading…
Reference in New Issue
Block a user