commit c77edda5cca824ae995463654f3c7e2a46e23316
parent 27e75763a6d736453e803778288841a2b0ed7bd9
Author: falkTX <falktx@falktx.com>
Date: Sat, 25 Feb 2023 15:19:40 +0100
Make vst3 versioning more officially compatible
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp
@@ -4810,7 +4810,7 @@ struct dpf_factory : v3_plugin_factory_cpp {
d_strncpy(info->name, sPlugin->getName(), ARRAY_SIZE(info->name));
d_strncpy(info->vendor, sPlugin->getMaker(), ARRAY_SIZE(info->vendor));
d_strncpy(info->version, getPluginVersion(), ARRAY_SIZE(info->version));
- d_strncpy(info->sdk_version, "Travesty 3.7.4", ARRAY_SIZE(info->sdk_version));
+ d_strncpy(info->sdk_version, "VST 3.7.4", ARRAY_SIZE(info->sdk_version));
if (idx == 0)
{