From 0b2442fb8e9ec66edd66daa8e92ffc7e8d56593f Mon Sep 17 00:00:00 2001 From: shchmue Date: Fri, 31 May 2019 12:58:17 -0400 Subject: [PATCH] Bump version to v1.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4339351..c4dd25e 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 1 -LPVERSION_BUGFX := 1 +LPVERSION_MINOR := 2 +LPVERSION_BUGFX := 0 ################################################################################