From 8d1a03a6c9826eadb0df75a7a1ef4b1463c10182 Mon Sep 17 00:00:00 2001 From: Ray Haleblian Date: Sun, 7 Jul 2024 15:01:02 -0700 Subject: [PATCH] Correct splash version --- bootstrap | 6 ------ include/version.h | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/bootstrap b/bootstrap index 16918ef..280c4e7 100755 --- a/bootstrap +++ b/bootstrap @@ -80,9 +80,3 @@ then ;; esac fi - -# if [ $mgr == pacman ] -# then -# echo 'For pacman-native systems, see DevkitPro online doc to add repos.' -# sudo $pacman -S --noconfirm $packages -# fi diff --git a/include/version.h b/include/version.h index 13279d1..a0fd140 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "1.5.2b1" +#define VERSION "1.5.1"