From 049845227d3b0f8ee8b7a0cb67d24b1565d67119 Mon Sep 17 00:00:00 2001 From: Calvin Fuchs Date: Sat, 26 Jun 2021 04:51:08 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2379e0f..c6c733c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 LPVERSION_MINOR := 3 -LPVERSION_BUGFX := 3 +LPVERSION_BUGFX := 4 ################################################################################