From 2162f5bb9c68d204fb00d15e5697db348af5228a Mon Sep 17 00:00:00 2001 From: borntohonk Date: Tue, 10 Dec 2019 12:30:43 +0100 Subject: [PATCH] bump version to 0.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d9a385..9550ba1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 LPVERSION_MINOR := 4 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 ################################################################################