From 5c838a8a9d459c9b049a2dc146ae57cb11c8cc45 Mon Sep 17 00:00:00 2001 From: jimzrt Date: Sat, 26 Oct 2019 12:26:38 +0200 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc3c88c..4d9a385 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 3 +LPVERSION_MINOR := 4 LPVERSION_BUGFX := 0 ################################################################################