mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 11:56:42 +00:00
Update for 12.0.2, bump version
This commit is contained in:
parent
e81e418b1e
commit
bb4361c991
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
|
|||
IPL_LOAD_ADDR := 0x40003000
|
||||
LPVERSION_MAJOR := 3
|
||||
LPVERSION_MINOR := 0
|
||||
LPVERSION_BUGFX := 4
|
||||
LPVERSION_BUGFX := 5
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ static const pkg1_id_t _pkg1_ids[] = {
|
|||
{ "20200303104606", 10}, //10.0.0 - 10.2.0
|
||||
{ "20201030110855", 10}, //11.0.0
|
||||
{ "20210129111626", 10}, //12.0.0
|
||||
{ "20210422145837", 10}, //12.0.2
|
||||
{ NULL } //End.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue