mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-20 18:41:03 +00:00
Version bump.
This commit is contained in:
parent
c207fe29fc
commit
86cd9aaf6e
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user