From b91bd312c6ce6c14e97a391dc93f9602af823678 Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Tue, 3 Nov 2020 18:05:53 -0800 Subject: [PATCH] Update version hash. We're getting close to release, there will be a few of these as I test across all platforms. --- src/musikcore/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikcore/version.h b/src/musikcore/version.h index fad9000e5..cee3c57fa 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -39,7 +39,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 94 #define VERSION_PATCH 0 -#define VERSION_COMMIT_HASH "#04e8acc4" +#define VERSION_COMMIT_HASH "#d85c1002" #define VERSION "0.94.0" namespace musik {