Version bump and changelog update.

This commit is contained in:
casey langen 2020-12-03 23:29:20 -08:00
parent 421bd9ab2b
commit b65bc626c8
6 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
0.96.0
* improved input latency, especially related to mouse events.
* fixed milkdrop plugin build
--------------------------------------------------------------------------------

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 95)
set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

View File

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

View File

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

View File

@ -37,10 +37,10 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 95
#define VERSION_MINOR 96
#define VERSION_PATCH 0
#define VERSION_COMMIT_HASH "#62db8015"
#define VERSION "0.95.0"
#define VERSION_COMMIT_HASH "#0e1e21e6"
#define VERSION "0.96.0"
namespace musik {
namespace cube {

Binary file not shown.