mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
version bump
This commit is contained in:
parent
2ac1951e22
commit
28390f0819
@ -1,3 +1,12 @@
|
||||
0.19.0
|
||||
|
||||
* fixed a bug where the wrong (or multiple) items may be highlighted in browse
|
||||
view if they all have the same name
|
||||
* fixed a bug where seeking while paused wouldn't update the ui properly in
|
||||
some cases, leaving the paused animation running while audio was playing
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.18.0
|
||||
|
||||
user-facing:
|
||||
|
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikbox)
|
||||
set (musikbox_VERSION_MAJOR 0)
|
||||
set (musikbox_VERSION_MINOR 18)
|
||||
set (musikbox_VERSION_MINOR 19)
|
||||
set (musikbox_VERSION_PATCH 0)
|
||||
set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 18
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.18.0"
|
||||
#define VERSION "0.19.0"
|
||||
|
Loading…
Reference in New Issue
Block a user