Version bump and changelog update in prepration for release.

This commit is contained in:
Casey Langen 2017-03-15 19:20:17 -07:00
parent 683c0a345b
commit 7e8443a53e
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION "0.9.4"
#define VERSION "0.9.5"