From 853cf4f5cf2d875c42d866a1dcd0d079308f1a98 Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Sat, 30 Jan 2021 14:40:05 +0100 Subject: [PATCH] bump version to 3.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f891f5..2b245d4 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 3 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 1 +LPVERSION_BUGFX := 2 ################################################################################