Bump version

This commit is contained in:
suchmememanyskill 2023-10-11 11:18:10 +02:00
parent 8bc5a23425
commit 9e01bbf13e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40008000
LPVERSION_MAJOR := 4
LPVERSION_MINOR := 1
LPVERSION_BUGFX := 0
LPVERSION_BUGFX := 1
LPVERSION := \"$(LPVERSION_MAJOR).$(LPVERSION_MINOR).$(LPVERSION_BUGFX)\"
################################################################################