Version update.

This commit is contained in:
casey langen 2022-07-19 19:27:26 -07:00
parent f311ad4de7
commit 88c0449dae
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 98 #define VERSION_MINOR 98
#define VERSION_PATCH 0 #define VERSION_PATCH 1
#define VERSION_COMMIT_HASH "#6a440c69" #define VERSION_COMMIT_HASH "#f311ad4d"
#define VERSION "0.98.0" #define VERSION "0.98.1"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.