From a35058811514f97ead61963b011a71005f656701 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 2 Jun 2025 17:58:58 +0200 Subject: [PATCH] update vst3 sdk version --- templates/vst3/src/data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vst3/src/data.h b/templates/vst3/src/data.h index 5a6095e..eb15389 100644 --- a/templates/vst3/src/data.h +++ b/templates/vst3/src/data.h @@ -28,8 +28,8 @@ static Steinberg_char16 dataProductNameW[64] = { {{~Array.from(it.product.name).slice(0, 63) :c}}0x{{=c.charCodeAt(0).toString(16)}}, {{~}}0 }; static Steinberg_char16 dataProductVersionW[64] = { {{~Array.from(it.product.version + "." + it.product.buildVersion).slice(0, 63) :c}}0x{{=c.charCodeAt(0).toString(16)}}, {{~}}0 }; -#define DATA_VST3_SDK_VERSION "VST 3.7.12" -static Steinberg_char16 dataVST3SDKVersionW[64] = { {{~Array.from("VST 3.7.12") :c}}0x{{=c.charCodeAt(0).toString(16)}}, {{~}}0 }; +#define DATA_VST3_SDK_VERSION "VST 3.7.13" +static Steinberg_char16 dataVST3SDKVersionW[64] = { {{~Array.from("VST 3.7.13") :c}}0x{{=c.charCodeAt(0).toString(16)}}, {{~}}0 }; static Steinberg_char16 dataVST3ControllerNameW[64] = { {{~Array.from(it.product.name + " Controller").slice(0, 63) :c}}0x{{=c.charCodeAt(0).toString(16)}}, {{~}}0 };