Update VST3 SDK version to 3.7.5

This commit is contained in:
Robbert van der Helm
2022-05-19 22:19:42 +02:00
parent 9ea547fa8e
commit f33875b424
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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