mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
CHANGELOG/version bump.
This commit is contained in:
parent
3dad0594cc
commit
64485978ea
@ -7,6 +7,8 @@
|
|||||||
* fixed a bug where we may incorrectly use the track's filename/uri instead of
|
* fixed a bug where we may incorrectly use the track's filename/uri instead of
|
||||||
title field during indexing.
|
title field during indexing.
|
||||||
* fixed 64-bit RPM architecture value (was `amd64`, but should be `x86_64`)
|
* fixed 64-bit RPM architecture value (was `amd64`, but should be `x86_64`)
|
||||||
|
* updated musikdroid to latest version of Android Studio and external
|
||||||
|
dependencies (anecdotally improving Opus playback reliability)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#define MUSIKCUBE_VERSION_MINOR 0
|
#define MUSIKCUBE_VERSION_MINOR 0
|
||||||
#define MUSIKCUBE_VERSION_PATCH 2
|
#define MUSIKCUBE_VERSION_PATCH 2
|
||||||
#define MUSIKCUBE_VERSION "3.0.2"
|
#define MUSIKCUBE_VERSION "3.0.2"
|
||||||
#define MUSIKCUBE_VERSION_COMMIT_HASH "#eafe29e94"
|
#define MUSIKCUBE_VERSION_COMMIT_HASH "#3dad0594"
|
||||||
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#eafe29e94"
|
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#3dad0594"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Loading…
Reference in New Issue
Block a user