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