mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump and changelog update.
This commit is contained in:
parent
421bd9ab2b
commit
b65bc626c8
@ -1,6 +1,7 @@
|
||||
0.96.0
|
||||
|
||||
* improved input latency, especially related to mouse events.
|
||||
* fixed milkdrop plugin build
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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}")
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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.
Loading…
Reference in New Issue
Block a user