mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump for next release, CHANGELOG update.
This commit is contained in:
parent
4facbddea7
commit
298d0a7fed
@ -1,3 +1,13 @@
|
||||
0.98.2
|
||||
|
||||
* reverted ViewPager2 changes in `musikdroid`, as there is a bug that is
|
||||
preventing fragments from getting re-initialized properly during the resume
|
||||
cycle.
|
||||
* updated Simplified Chinese translation (@UM-Li)
|
||||
* added Czech translation (@khagaroth)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.98.1
|
||||
|
||||
* fixed album art extraction for xiph comments.
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 98)
|
||||
set (musikcube_VERSION_PATCH 1)
|
||||
set (musikcube_VERSION_PATCH 2)
|
||||
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.98.1
|
||||
%define version 0.98.2
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -38,9 +38,9 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 98
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION_COMMIT_HASH "#f311ad4d"
|
||||
#define VERSION "0.98.1"
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION_COMMIT_HASH "#4facbdde"
|
||||
#define VERSION "0.98.2"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user