mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump for Windows re-dist
This commit is contained in:
parent
fea06d9674
commit
f2590fc480
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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}
|
||||||
|
@ -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.
Loading…
Reference in New Issue
Block a user