From 79cebfb5641730f74a765f8aed57a0656fbc4a1f Mon Sep 17 00:00:00 2001 From: jimzrt Date: Mon, 7 Oct 2019 21:17:26 +0200 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd9073f..4cd6f54 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 2 +LPVERSION_MINOR := 3 LPVERSION_BUGFX := 0 ################################################################################