From 6de9aa1084dfe2e00f9eed9c92db7b7ca9da06d3 Mon Sep 17 00:00:00 2001 From: jimzrt Date: Sun, 5 Jan 2020 16:07:27 +0100 Subject: [PATCH] bump version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c68b98b..ad4b8dd 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 5 -LPVERSION_BUGFX := 1 +LPVERSION_MINOR := 6 +LPVERSION_BUGFX := 0 ################################################################################