mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump and changelog update in prepration for release.
This commit is contained in:
parent
683c0a345b
commit
7e8443a53e
@ -1,3 +1,12 @@
|
||||
0.9.5
|
||||
|
||||
* added localization support
|
||||
* added support for user-defined themes (solarized dark and light included as
|
||||
examples)
|
||||
* patched PDCurses/win32a to support the standard *nix 256 color palette
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.9.4
|
||||
|
||||
* added a "syncing metadata" banner that is displayed while the indexer is
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikbox)
|
||||
set (musikbox_VERSION_MAJOR 0)
|
||||
set (musikbox_VERSION_MINOR 9)
|
||||
set (musikbox_VERSION_PATCH 4)
|
||||
set (musikbox_VERSION_PATCH 5)
|
||||
set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}")
|
||||
|
||||
include(ExternalProject)
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION "0.9.4"
|
||||
#define VERSION "0.9.5"
|
||||
|
Loading…
Reference in New Issue
Block a user