Update scripts for 5.16.0

This commit is contained in:
a-bad-dev 2026-05-10 15:27:35 -03:00
commit 6a144dd147
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"