From 25a22ffc3194ad059e8f76aa8ad4c8c1cba58520 Mon Sep 17 00:00:00 2001 From: casey langen Date: Thu, 22 Dec 2022 23:20:34 -0800 Subject: [PATCH] CHANGELOG update. --- CHANGELOG.txt | 1 + src/musikcore/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b22070b7..f8f4d012d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ other formats) from playing properly. * updated to taglib 1.13. vendor the library by default on unix platforms, and use pre-compiled version on windows. (also: remove source bundle) +* cleaned up vendoring for libopenmpt and libgme * fixed OpenBSD compile -------------------------------------------------------------------------------- diff --git a/src/musikcore/version.h b/src/musikcore/version.h index aba86f1fe..69d4f9ae1 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -39,7 +39,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 99 #define VERSION_PATCH 1 -#define VERSION_COMMIT_HASH "#1a39eecb" +#define VERSION_COMMIT_HASH "#7b5d8242" #define VERSION "0.99.1" namespace musik {