From 88fe08dd1ae9df837a2a7fef25e6727f075df9c2 Mon Sep 17 00:00:00 2001 From: Aemiii91 <44569252+Aemiii91@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:41:00 +0200 Subject: [PATCH] FIX: Trigger RetroArch related updates for users on 4.2-RC (#1202) The `RA_SUBVERSION` needed to be incremented, to trigger the update of RetroArch cores and settings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84d72677b5..d02de7f0ac 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TARGET=Onion VERSION=4.2.0 -RA_SUBVERSION=1.15.0.5 +RA_SUBVERSION=1.15.0.6 ###########################################################