From 70f4b6547afe9a197383e73d596cde87ad7dc87e Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:32:13 -0300 Subject: [PATCH] Update scripts for 5.16.0-rc1 --- build-win64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-win64.sh b/build-win64.sh index b03cb35..a496b5c 100755 --- a/build-win64.sh +++ b/build-win64.sh @@ -1,7 +1,7 @@ #!/bin/bash # this script is intended to be run in MSYS2 CLANG64 -VERSION="5.15.2" +VERSION="5.16.0-rc1" BOLD="\x1b[1m" GREEN="\x1b[32m"