Updated CHANGELOG

This commit is contained in:
casey langen 2022-12-29 20:59:27 -08:00
parent 4c8123390c
commit 015c714b14
5 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
0.99.4
* added `PortAudio` output driver
* added support for Haiku OS
--------------------------------------------------------------------------------
0.99.3
* fixed a bug on Windows builds where certain accented characters would not be

View File

@ -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 3)
set (musikcube_VERSION_PATCH 4)
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.99.3
%define version 0.99.4
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 99
#define VERSION_PATCH 3
#define VERSION_COMMIT_HASH "#81a05d2c"
#define VERSION "0.99.3"
#define VERSION_PATCH 4
#define VERSION_COMMIT_HASH "#4c812339"
#define VERSION "0.99.4"
namespace musik {
namespace cube {

Binary file not shown.