From 93c51bde6414baee5582411988e72e601739d347 Mon Sep 17 00:00:00 2001 From: shchmue Date: Mon, 9 Dec 2019 12:56:16 -0700 Subject: [PATCH] Bump version to v1.8.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd2b95e..6313446 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 7 -LPVERSION_BUGFX := 1 +LPVERSION_MINOR := 8 +LPVERSION_BUGFX := 0 ################################################################################