diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 42da1cd52..a749f73f0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.96.7 + +* re-compile for Windows; Windows Defender was unhappy with the original + binaries. + 0.96.6 * fixed some drawing issues with overlays/dialogs with certain versions of diff --git a/CMakeLists.txt b/CMakeLists.txt index 150502fd1..4e3229ff3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 6) +set (musikcube_VERSION_PATCH 7) set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}") list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake) diff --git a/musikcube.spec b/musikcube.spec index 709b8e3f4..8da95aabb 100644 --- a/musikcube.spec +++ b/musikcube.spec @@ -1,6 +1,6 @@ %define name musikcube %define build_timestamp %{lua: print(os.date("%Y%m%d"))} -%define version 0.96.6 +%define version 0.96.7 Name: %{name} Version: %{version} Release: %{dist} diff --git a/src/musikcore/version.h b/src/musikcore/version.h index ec39e5159..c5cc58601 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -38,9 +38,9 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 96 -#define VERSION_PATCH 6 -#define VERSION_COMMIT_HASH "#a17b9d91" -#define VERSION "0.96.6" +#define VERSION_PATCH 7 +#define VERSION_COMMIT_HASH "#fea06d96" +#define VERSION "0.96.7" namespace musik { namespace cube { diff --git a/src/musikcube/musikcube.rc b/src/musikcube/musikcube.rc index 52d438ccf..6d6a34a07 100644 Binary files a/src/musikcube/musikcube.rc and b/src/musikcube/musikcube.rc differ