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