Version bump.

This commit is contained in:
Casey Langen 2022-07-03 12:47:20 -07:00
parent 6a440c69e6
commit b0cddca256
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
0.97.1
0.98
* added the ability to click the browse and tracklist headers to change filter
options

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 97)
set (musikcube_VERSION_PATCH 1)
set (musikcube_VERSION_MINOR 98)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
set (LIBRARY_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin/plugins)
set (EXECUTABLE_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin)

View File

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

View File

@ -37,10 +37,10 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 97
#define VERSION_PATCH 1
#define VERSION_COMMIT_HASH "#0199dba0"
#define VERSION "0.97.1"
#define VERSION_MINOR 98
#define VERSION_PATCH 0
#define VERSION_COMMIT_HASH "#6a440c69"
#define VERSION "0.98.0"
namespace musik {
namespace cube {

Binary file not shown.