Bump version

This commit is contained in:
Sims
2024-07-07 19:22:27 +02:00
committed by GitHub
parent b1460c13cb
commit eea3728127

View File

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