Skip to content

Commit bb4361c

Browse files
Update for 12.0.2, bump version
1 parent e81e418 commit bb4361c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
1111
IPL_LOAD_ADDR := 0x40003000
1212
LPVERSION_MAJOR := 3
1313
LPVERSION_MINOR := 0
14-
LPVERSION_BUGFX := 4
14+
LPVERSION_BUGFX := 5
1515

1616
################################################################################
1717

source/hos/pkg1.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ static const pkg1_id_t _pkg1_ids[] = {
4040
{ "20200303104606", 10}, //10.0.0 - 10.2.0
4141
{ "20201030110855", 10}, //11.0.0
4242
{ "20210129111626", 10}, //12.0.0
43+
{ "20210422145837", 10}, //12.0.2
4344
{ NULL } //End.
4445
};
4546

0 commit comments

Comments
 (0)