From adc54c988188f5f92a7420442de1aab01ec0fbac Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Fri, 2 Apr 2021 10:47:11 +0200 Subject: [PATCH] bump version to 3.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b245d4..dbd9364 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 3 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 2 +LPVERSION_BUGFX := 3 ################################################################################