From b3491d111374e3d2831f7cc05bc30d973902fcb2 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 17 Nov 2020 21:06:11 -0800 Subject: [PATCH] version hash update --- 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 94f514f8f..07dbb640d 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -39,7 +39,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 95 #define VERSION_PATCH 0 -#define VERSION_COMMIT_HASH "#f9f45574" +#define VERSION_COMMIT_HASH "#62db8015" #define VERSION "0.95.0" namespace musik {