From dc6e779e9ff384f8661cf6c90660b4e29f04ad31 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 10 Sep 2023 13:33:41 -0700 Subject: [PATCH] Update commit hash. --- CHANGELOG.txt | 1 + src/musikcore/sdk/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c46273f1a..7dfb81860 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ * re-wrote raspberry-pi/arm cross-compiling functionality to be more generic and use more well-maintained toolkits. * added `armv6` builds for Raspberry Pi Zero (and other similar devices) +* added `x86` Linux builds -------------------------------------------------------------------------------- diff --git a/src/musikcore/sdk/version.h b/src/musikcore/sdk/version.h index d6131d9c5..7b4fd400e 100644 --- a/src/musikcore/sdk/version.h +++ b/src/musikcore/sdk/version.h @@ -40,8 +40,8 @@ #define MUSIKCUBE_VERSION_MINOR 0 #define MUSIKCUBE_VERSION_PATCH 2 #define MUSIKCUBE_VERSION "3.0.2" -#define MUSIKCUBE_VERSION_COMMIT_HASH "#7191e5ad" -#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#7191e5ad" +#define MUSIKCUBE_VERSION_COMMIT_HASH "#a46813db3" +#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#a46813db3" namespace musik { namespace cube {