From f33875b424834816b6ec44b5a541017dd4839a46 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 19 May 2022 22:19:42 +0200 Subject: [PATCH] Update VST3 SDK version to 3.7.5 --- CHANGELOG.md | 1 + subprojects/vst3.wrap | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f528e7f8..0d2d2115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,6 +126,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). distro package. - Fixed a deprecation warning in the Meson build, causing the minimum supported Meson version to be bumped up to **Meson 0.56** from 0.55. +- Yabridge now targets VST3 SDK version 3.7.5 with git tag `v3.7.5_build_44-patched`. ## [3.8.1] - 2022-03-08 diff --git a/subprojects/vst3.wrap b/subprojects/vst3.wrap index 9e28af13..d12086ef 100644 --- a/subprojects/vst3.wrap +++ b/subprojects/vst3.wrap @@ -1,7 +1,7 @@ [wrap-git] url = https://github.com/robbert-vdh/vst3sdk.git -# This is VST3 SDK v3.7.4_build_25 with the documentation and VSTGUI submodules +# This is VST3 SDK v3.7.5_build_44 with the documentation and VSTGUI submodules # removed and a dummy `meson.build` file that just lists all source files -revision = v3.7.4_build_25-patched +revision = v3.7.5_build_44-patched clone-recursive = true depth = 1