From 4a205a8720cd70df7c1fb7864b5663fd69ecf1ee Mon Sep 17 00:00:00 2001 From: shchmue Date: Tue, 17 Sep 2019 10:24:43 -0600 Subject: [PATCH] Bump version to v1.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32b528c..0f47b06 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 4 +LPVERSION_MINOR := 5 LPVERSION_BUGFX := 0 ################################################################################