From 445e7fdafd4ecaeebf7c7c093755d889ff2fc3c8 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:33 -0300 Subject: [PATCH] Update scripts for 5.16.0-rc1 --- build-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-x86_64.sh b/build-x86_64.sh index cff68b5..c651c18 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.15.2" +VERSION="5.16.0-rc1" SDL_VERSION="2.32.10" BOLD="\x1b[1m"