Bump version

This commit is contained in:
suchmememanyskill 2021-08-02 00:49:49 +02:00
parent 36e120a4ea
commit 9eef3d7b47
1 changed files with 2 additions and 2 deletions

View File

@ -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)\"
################################################################################