From 9bcd7c178f989631a90e8148597180f88cf2cf9b Mon Sep 17 00:00:00 2001 From: James Tophoven Date: Fri, 3 Jan 2020 16:51:24 +0100 Subject: [PATCH] remove last commit, change version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9550ba1..c68b98b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 4 +LPVERSION_MINOR := 5 LPVERSION_BUGFX := 1 ################################################################################