Version bump.

This commit is contained in:
casey langen 2021-12-28 00:46:40 -08:00
parent 4bb9bbad3c
commit 18960811cc
4 changed files with 5 additions and 5 deletions

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 9)
set (musikcube_VERSION_PATCH 10)
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.9
%define version 0.96.10
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 96
#define VERSION_PATCH 9
#define VERSION_COMMIT_HASH "#c10b9576"
#define VERSION "0.96.9"
#define VERSION_PATCH 10
#define VERSION_COMMIT_HASH "#4bb9bbad"
#define VERSION "0.96.10"
namespace musik {
namespace cube {

Binary file not shown.