mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-21 19:36:41 +00:00
Bump version
This commit is contained in:
parent
b1460c13cb
commit
eea3728127
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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)\"
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue