Update version to 3.0.3

This commit is contained in:
casey langen 2024-07-04 12:26:24 -07:00
parent e3976437e1
commit cf06795cae
5 changed files with 7 additions and 7 deletions

View File

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

2
src/3rdparty/bin vendored

@ -1 +1 @@
Subproject commit 5d6ffd3738670073e8d210eeb1f543762859691a Subproject commit 8cf8f740efd3ad64bd48530bf49f27e5403e07ce

View File

@ -38,10 +38,10 @@
#define MUSIKCUBE_VERSION_MAJOR 3 #define MUSIKCUBE_VERSION_MAJOR 3
#define MUSIKCUBE_VERSION_MINOR 0 #define MUSIKCUBE_VERSION_MINOR 0
#define MUSIKCUBE_VERSION_PATCH 2 #define MUSIKCUBE_VERSION_PATCH 3
#define MUSIKCUBE_VERSION "3.0.2" #define MUSIKCUBE_VERSION "3.0.3"
#define MUSIKCUBE_VERSION_COMMIT_HASH "#a46813db3" #define MUSIKCUBE_VERSION_COMMIT_HASH "#e3976437"
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#a46813db3" #define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.3-#e3976437"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.