From e578e09ff9483e44caaa13b44a5281e4b83b2a92 Mon Sep 17 00:00:00 2001 From: shchmue Date: Mon, 28 Oct 2019 09:56:38 -0600 Subject: [PATCH] v1.7.0: Titlekey save parsing, memory bugfixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c33bb3..5aef471 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 6 -LPVERSION_BUGFX := 4 +LPVERSION_MINOR := 7 +LPVERSION_BUGFX := 0 ################################################################################