musikcube version bump to 0.25.0

This commit is contained in:
casey langen 2017-08-24 17:46:37 -07:00
parent b25f31bb02
commit 96b4b2cb69
4 changed files with 21 additions and 3 deletions

View File

@ -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:

View File

@ -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}")

View File

@ -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.