From 9eef3d7b472003b37e0fce33de6749b021ac1a55 Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Mon, 2 Aug 2021 00:49:49 +0200 Subject: [PATCH] Bump version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ea2712..dc8b18b 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ include $(DEVKITARM)/base_rules ################################################################################ IPL_LOAD_ADDR := 0x40008000 -LPVERSION_MAJOR := 3 +LPVERSION_MAJOR := 4 LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 6 +LPVERSION_BUGFX := 0 LPVERSION := \"$(LPVERSION_MAJOR).$(LPVERSION_MINOR).$(LPVERSION_BUGFX)\" ################################################################################