Version bump.

This commit is contained in:
casey langen 2017-07-19 18:35:09 -07:00
parent c207fe29fc
commit 86cd9aaf6e
4 changed files with 14 additions and 7 deletions

View File

@ -1,4 +1,11 @@
0.21.2
0.21.0
* musikbox binary renamed to musikcube. build scripts, documentation, website
and everything else updated accordingly.
--------------------------------------------------------------------------------
0.20.2
* "add tracks", "add category", and "select playlist" context menus now remember
the last selected item for 60 seconds. this makes adding multiple things to
@ -7,7 +14,7 @@
--------------------------------------------------------------------------------
0.21.1
0.20.1
* arrow keys can now select items in the shortcuts window while focused.

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 20)
set (musikcube_VERSION_PATCH 2)
set (musikcube_VERSION_MINOR 21)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
include(CMakeToolsHelpers OPTIONAL)

View File

@ -1,6 +1,6 @@
#pragma once
#define VERSION_MAJOR 0
#define VERSION_MINOR 20
#define VERSION_PATCH 2
#define VERSION "0.20.2"
#define VERSION_MINOR 21
#define VERSION_PATCH 0
#define VERSION "0.21.0"

Binary file not shown.