mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 03:39:50 +00:00
Version bump to 0.21.1
This commit is contained in:
parent
dd2fb485a1
commit
d1b9b69bfd
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user