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