From f0a1358db44d3fee64593c03b7d38871cedc636d Mon Sep 17 00:00:00 2001 From: Simo <136233872+Simo3ds@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:54:00 +0100 Subject: [PATCH] Test as makefile with V13.0.0 if homebrew apps work or not Signed-off-by: Simo <136233872+Simo3ds@users.noreply.github.com> --- arm9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/Makefile b/arm9/Makefile index 445dd1a7..cfae4188 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -9,7 +9,7 @@ endif TOPDIR ?= $(CURDIR) include $(DEVKITARM)/base_rules -export REVISION := v1.0.1 +export REVISION := v13.0.0 export VERSION_MAJOR := 1 export VERSION_MINOR := 0 export VERSION_BUILD := 1