From 03608af6457aaeabfa012660a19d99bbd8b278b7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 15 Apr 2025 23:47:20 -0400 Subject: [PATCH] Update bundled Fundamental to 2.6.2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 282dd249..c8276b5e 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ DIST_HTML := $(patsubst %.md, build/%.html, $(DIST_MD)) DIST_RES := res cacert.pem Core.json template.vcv LICENSE-GPLv3.txt $(DIST_HTML) translations DIST_SDK_DIR := Rack-SDK DIST_SDK = Rack-SDK-$(RACK_VERSION)-$(ARCH_NAME).zip -FUNDAMENTAL_VERSION ?= 2.6.1 +FUNDAMENTAL_VERSION ?= 2.6.2 FUNDAMENTAL_FILENAME := Fundamental-$(FUNDAMENTAL_VERSION)-$(ARCH_NAME).vcvplugin