mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump to 0.99.9
This commit is contained in:
parent
46eff6358f
commit
b2a01c8444
@ -1,16 +1,22 @@
|
||||
0.99.9
|
||||
|
||||
* fixed non-latin character parsing in Windows builds
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.99.8
|
||||
|
||||
* added uk_UA localization (@dinolaz)
|
||||
* update dependencies across all platforms:
|
||||
* updated dependencies across all platforms:
|
||||
- ffmpeg@6.0
|
||||
- openssl@3.1.0
|
||||
- libcurl@8.0.1
|
||||
- libmicrohttpd@0.9.76
|
||||
- libopenmpt@0.6.9
|
||||
- asio@1.27.0
|
||||
* update to PDCursesMod@4.3.6 for Windows builds
|
||||
* update `musikdroid` to use Android Studio `Flamingo` and update dependencies
|
||||
* disable update check for `homebrew` builds
|
||||
* updated to PDCursesMod@4.3.6 for Windows builds
|
||||
* updated `musikdroid` to use Android Studio `Flamingo` and update dependencies
|
||||
* disabled update check for `homebrew` builds
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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 8)
|
||||
set (musikcube_VERSION_PATCH 9)
|
||||
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.8
|
||||
%define version 0.99.9
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -38,10 +38,10 @@
|
||||
|
||||
#define MUSIKCUBE_VERSION_MAJOR 0
|
||||
#define MUSIKCUBE_VERSION_MINOR 99
|
||||
#define MUSIKCUBE_VERSION_PATCH 8
|
||||
#define MUSIKCUBE_VERSION "0.99.8"
|
||||
#define MUSIKCUBE_VERSION_COMMIT_HASH "#889d6599"
|
||||
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "0.99.8-#889d6599"
|
||||
#define MUSIKCUBE_VERSION_PATCH 9
|
||||
#define MUSIKCUBE_VERSION "0.99.9"
|
||||
#define MUSIKCUBE_VERSION_COMMIT_HASH "#46eff635"
|
||||
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "0.99.9-#46eff635"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user