From f730f4a08e7413c096e1a5e66ba8c0a9a337956b Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Mon, 11 Jan 2021 22:14:38 +0100 Subject: [PATCH] bump version to 3.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9eb6a4..3f891f5 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 := 0 +LPVERSION_BUGFX := 1 ################################################################################