From 094c80f5c6a6d990ff4d1b40338c97068d2a40ae Mon Sep 17 00:00:00 2001 From: shchmue Date: Thu, 10 Dec 2020 18:06:07 -0700 Subject: [PATCH] Bump version to v1.9.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c10c9d3..cc7b1bb 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 8 -LPVERSION_BUGFX := 4 +LPVERSION_MINOR := 9 +LPVERSION_BUGFX := 0 ################################################################################