mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump.
This commit is contained in:
parent
c7dca8cfee
commit
7af538426a
@ -1,3 +1,9 @@
|
|||||||
|
0.99.6
|
||||||
|
|
||||||
|
* added some homebrew workarounds to the build process.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
0.99.5
|
0.99.5
|
||||||
|
|
||||||
* fixed a bug in `ffmpegdecoder` that could cause the app to crash when
|
* fixed a bug in `ffmpegdecoder` that could cause the app to crash when
|
||||||
|
@ -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 99)
|
set (musikcube_VERSION_MINOR 99)
|
||||||
set (musikcube_VERSION_PATCH 5)
|
set (musikcube_VERSION_PATCH 6)
|
||||||
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.99.5
|
%define version 0.99.6
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{dist}
|
Release: %{dist}
|
||||||
|
@ -38,10 +38,10 @@
|
|||||||
|
|
||||||
#define MUSIKCUBE_VERSION_MAJOR 0
|
#define MUSIKCUBE_VERSION_MAJOR 0
|
||||||
#define MUSIKCUBE_VERSION_MINOR 99
|
#define MUSIKCUBE_VERSION_MINOR 99
|
||||||
#define MUSIKCUBE_VERSION_PATCH 5
|
#define MUSIKCUBE_VERSION_PATCH 6
|
||||||
#define MUSIKCUBE_VERSION "0.99.5"
|
#define MUSIKCUBE_VERSION "0.99.6"
|
||||||
#define MUSIKCUBE_VERSION_COMMIT_HASH "#0d4f3b0f"
|
#define MUSIKCUBE_VERSION_COMMIT_HASH "#c7dca8cf"
|
||||||
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "0.99.5-#0d4f3b0f"
|
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "0.99.6-#c7dca8cf"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user