From 9ceb56f74330f0518d14e3008c869a761ca022d8 Mon Sep 17 00:00:00 2001 From: shchmue Date: Fri, 27 Sep 2019 16:31:43 -0600 Subject: [PATCH] Bump version to v1.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f47b06..31a0d49 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 5 +LPVERSION_MINOR := 6 LPVERSION_BUGFX := 0 ################################################################################