From 9e01bbf13e5609a49e5ae7c82abe68465cb23c15 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:18:10 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8adbe9a..5a8aab6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 LPVERSION_MAJOR := 4 LPVERSION_MINOR := 1 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 LPVERSION := \"$(LPVERSION_MAJOR).$(LPVERSION_MINOR).$(LPVERSION_BUGFX)\" ################################################################################