From bb4361c9919a5b871652cf40c032edefb66ec234 Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Wed, 12 May 2021 13:36:16 +0200 Subject: [PATCH] Update for 12.0.2, bump version --- Makefile | 2 +- source/hos/pkg1.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd733c9..54ea43e 100644 --- a/Makefile +++ b/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 ################################################################################ diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index 56be761..ee9ac0f 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -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. };