From a19d769241cd0200897e5b0a179365e16936fa4d Mon Sep 17 00:00:00 2001 From: Dan Ware Date: Sun, 31 May 2020 22:18:53 +0100 Subject: [PATCH] Changed version number to 0.6.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0646011..04ef793 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 LPVERSION_MINOR := 6 -LPVERSION_BUGFX := 2 +LPVERSION_BUGFX := 3 ################################################################################