Version bump for Windows re-dist

This commit is contained in:
casey langen 2021-04-29 19:22:07 -07:00
parent fea06d9674
commit f2590fc480
5 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
0.96.7
* re-compile for Windows; Windows Defender was unhappy with the original
binaries.
0.96.6 0.96.6
* fixed some drawing issues with overlays/dialogs with certain versions of * fixed some drawing issues with overlays/dialogs with certain versions of

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 96) set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 6) set (musikcube_VERSION_PATCH 7)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}") set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)

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.96.6 %define version 0.96.7
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 96 #define VERSION_MINOR 96
#define VERSION_PATCH 6 #define VERSION_PATCH 7
#define VERSION_COMMIT_HASH "#a17b9d91" #define VERSION_COMMIT_HASH "#fea06d96"
#define VERSION "0.96.6" #define VERSION "0.96.7"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.