Version bump to 0.21.1

This commit is contained in:
casey langen 2017-07-22 11:57:06 -07:00
parent dd2fb485a1
commit d1b9b69bfd
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
0.21.1
* updated a few of the symbols used for drawing things like dropdowns and
checkmarks so they work with a wider variety of fonts
--------------------------------------------------------------------------------
0.21.0
* musikbox binary renamed to musikcube. build scripts, documentation, website

View File

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

View File

@ -2,5 +2,5 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 21
#define VERSION_PATCH 0
#define VERSION "0.21.0"
#define VERSION_PATCH 1
#define VERSION "0.21.1"

Binary file not shown.