Update the targetted VST3 SDK to version 3.7.4

This commit is contained in:
Robbert van der Helm
2021-12-20 23:15:40 +01:00
parent 02118f2ab5
commit ce29e5e990
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
+2 -2
View File
@@ -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