Bump version

This commit is contained in:
suchmememanyskill
2023-07-28 13:42:08 +02:00
committed by GitHub
parent 84e120dabf
commit cf90fc8dd0
2 changed files with 3 additions and 2 deletions

View File

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