From b76177098972599139f3ef33c5aa2d7220c77b57 Mon Sep 17 00:00:00 2001 From: jimzrt Date: Sun, 5 Jan 2020 19:54:04 +0100 Subject: [PATCH] bump bugfix version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad4b8dd..24fa4e9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 LPVERSION_MINOR := 6 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 ################################################################################