version bump

This commit is contained in:
casey langen 2017-07-04 22:51:41 -07:00
parent 2ac1951e22
commit 28390f0819
3 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

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