mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
CHANGELOG update, version bump.
This commit is contained in:
parent
84ba3fa6b1
commit
ac3386d5c8
@ -1,3 +1,14 @@
|
||||
0.99.5
|
||||
|
||||
* fixed unicode character parsing in musikcube-cmd.exe
|
||||
* merged upstream PDCursesMod changes
|
||||
* update essential build shell scripts to use `sh` instead of `bash` to improve
|
||||
portability
|
||||
* added new `post-install.sh` script, removed some legacy CMake code
|
||||
* simplified Visual Studio project configurations and improved build time
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.99.4
|
||||
|
||||
* fixed bug where `musikcubed` could crash while stopping.
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 99)
|
||||
set (musikcube_VERSION_PATCH 4)
|
||||
set (musikcube_VERSION_PATCH 5)
|
||||
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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.99.4
|
||||
%define version 0.99.5
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -38,9 +38,9 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 99
|
||||
#define VERSION_PATCH 4
|
||||
#define VERSION_COMMIT_HASH "#af87dff4"
|
||||
#define VERSION "0.99.4"
|
||||
#define VERSION_PATCH 5
|
||||
#define VERSION_COMMIT_HASH "#84ba3fa6"
|
||||
#define VERSION "0.99.5"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user