From a3768378864252755475618155a3df9e6058a61b Mon Sep 17 00:00:00 2001 From: shchmue Date: Wed, 19 Jun 2019 18:58:42 -0400 Subject: [PATCH] Bump version to v1.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4dd25e..d7ef1f8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 1 -LPVERSION_MINOR := 2 +LPVERSION_MINOR := 3 LPVERSION_BUGFX := 0 ################################################################################