version bump and changelog update.

This commit is contained in:
Casey Langen 2021-01-24 13:53:38 -08:00
parent 47cb367d5d
commit 75552819de
6 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,11 @@
0.96.5
* ensure we statically link against the brew version of ncurses on macOS when
building pre-compiled artifacts
--------------------------------------------------------------------------------
0.96.4
* added mouse wheel support to non-Windows platforms.

View File

@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 4)
set (musikcube_VERSION_PATCH 5)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)

View File

@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.96.4
%define version 0.96.5
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -1,5 +1,5 @@
name: musikcube # you probably want to 'snapcraft register <name>'
version: 0.96.4
version: 0.96.5
summary: a terminal-based music player, metadata indexer, and server
description: |
musikcube is a fully functional terminal-based music player, library, and

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 96
#define VERSION_PATCH 4
#define VERSION_COMMIT_HASH "#3c77c21e"
#define VERSION "0.96.4"
#define VERSION_PATCH 5
#define VERSION_COMMIT_HASH "#47cb367d"
#define VERSION "0.96.5"
namespace musik {
namespace cube {

Binary file not shown.