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 {