From 5e7eda4fdadd92e1a3509c14ce33209dca3f194b Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 12 Feb 2022 20:41:47 -0800 Subject: [PATCH] Version bump. --- CHANGELOG.txt | 4 ++++ src/musikcore/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f134028ee..19579932a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.96.12 + +* macOS only release that fixes standalone binaries. + 0.96.11 * added support for ffmpeg5 libraries. diff --git a/src/musikcore/version.h b/src/musikcore/version.h index 3c54c444a..dc1fc179c 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -39,7 +39,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 96 #define VERSION_PATCH 11 -#define VERSION_COMMIT_HASH "#14f1d200" +#define VERSION_COMMIT_HASH "#fbcf13fa" #define VERSION "0.96.11" namespace musik {