From 1881583eeae0fbe54156b8ba38a03629aa325e34 Mon Sep 17 00:00:00 2001 From: shchmue Date: Wed, 17 Jun 2020 10:39:02 -0600 Subject: [PATCH] Bump version to v1.8.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41094e8..404fec4 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 LPVERSION_MINOR := 8 -LPVERSION_BUGFX := 3 +LPVERSION_BUGFX := 4 ################################################################################