From 6a144dd14799106ced6b0f071677852caf65ce76 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 15:27:35 -0300 Subject: [PATCH] Update scripts for 5.16.0 --- build-aarch64.sh | 2 +- build-win64.sh | 2 +- build-x86_64.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-aarch64.sh b/build-aarch64.sh index a0333db..a2a8e0f 100755 --- a/build-aarch64.sh +++ b/build-aarch64.sh @@ -3,7 +3,7 @@ # this script is intended to be run on debian 13 aarch64 -VERSION="5.16.0-rc1" +VERSION="5.16.0" SDL_VERSION="2.32.10" BOLD="\x1b[1m" diff --git a/build-win64.sh b/build-win64.sh index a496b5c..2270799 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.16.0-rc1" +VERSION="5.16.0" BOLD="\x1b[1m" GREEN="\x1b[32m" diff --git a/build-x86_64.sh b/build-x86_64.sh index c651c18..285052d 100755 --- a/build-x86_64.sh +++ b/build-x86_64.sh @@ -3,7 +3,7 @@ # this script is intended to be run on debian 13 x86_64 -VERSION="5.16.0-rc1" +VERSION="5.16.0" SDL_VERSION="2.32.10" BOLD="\x1b[1m"