From ce29e5e990f86e1ef23a65863f3a1edb0f0098b6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 20 Dec 2021 23:15:40 +0100 Subject: [PATCH] Update the targetted VST3 SDK to version 3.7.4 --- CHANGELOG.md | 4 ++++ subprojects/vst3.wrap | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a41834..ae04813a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). higher than yabridge's indicated maximum. - Fixed Wine version detection in the build configuration. +### Packaging notes + +- We now target VST3 SDK version 3.7.4 with git tag `v3.7.4_build_25-patched`. + ## [3.7.0] - 2021-11-21 ### Added diff --git a/subprojects/vst3.wrap b/subprojects/vst3.wrap index 36785c25..9e28af13 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.3_build_20 with the documentation and VSTGUI submodules +# This is VST3 SDK v3.7.4_build_25 with the documentation and VSTGUI submodules # removed and a dummy `meson.build` file that just lists all source files -revision = v3.7.3_build_20-patched +revision = v3.7.4_build_25-patched clone-recursive = true depth = 1