Updated version and CHANGELOG for next release.

This commit is contained in:
casey langen 2020-12-20 12:43:57 -08:00
parent 0ca5bb4bbb
commit b57c32a518
6 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,13 @@
0.96.3
* fixed a bug that could cause terminal output to get corrupted when switching
songs (@the-eater)
* fixed a bug that was preventing the update check from displaying a dialog on
completion.
* fixed now playing readout ellipsizing.
--------------------------------------------------------------------------------
0.96.2
* fixed a crash in HttpClient that was only manifesting on some architectures

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 2)
set (musikcube_VERSION_MINOR 92)
set (musikcube_VERSION_PATCH 3)
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.2
%define version 0.92.3
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -1,5 +1,5 @@
name: musikcube # you probably want to 'snapcraft register <name>'
version: 0.96.2
version: 0.92.3
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 96
#define VERSION_PATCH 2
#define VERSION_COMMIT_HASH "#a0479c5b"
#define VERSION "0.96.2"
#define VERSION_MINOR 92
#define VERSION_PATCH 3
#define VERSION_COMMIT_HASH "#0ca5bb4b"
#define VERSION "0.92.3"
namespace musik {
namespace cube {

Binary file not shown.