mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
musikcube version bump to 0.25.0
This commit is contained in:
parent
b25f31bb02
commit
96b4b2cb69
@ -1,3 +1,21 @@
|
||||
0.25.0
|
||||
|
||||
musikcube:
|
||||
|
||||
* fixed a crash in the m4a decoder
|
||||
* updated some linux dependencies
|
||||
* added a build for raspbian stretch
|
||||
|
||||
musikdroid:
|
||||
|
||||
* fixed playback notification so it works properly with Android O
|
||||
* updated settings ui to include a way to save and load connections
|
||||
* fixed a couple random crashes that surfaced in fabric
|
||||
* removed android-specific dagger cruft; just use vanilla dagger
|
||||
* updated support library and build tooling versions
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.24.0
|
||||
|
||||
musikcube:
|
||||
|
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 24)
|
||||
set (musikcube_VERSION_MINOR 25)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 24
|
||||
#define VERSION_MINOR 25
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.24.0"
|
||||
#define VERSION "0.25.0"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user