From 24c715ecf3c8c5dfcc61cd1ad941d4327817c7cb Mon Sep 17 00:00:00 2001 From: Calvin Fuchs Date: Fri, 18 Jun 2021 19:33:40 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88ebca7..c1d2347 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 2 +LPVERSION_MINOR := 3 LPVERSION_BUGFX := 0 ################################################################################