From dd3add9327bae1dfd76a95e9b546f17c18358f3b Mon Sep 17 00:00:00 2001 From: shchmue Date: Tue, 6 Apr 2021 16:44:08 -0600 Subject: [PATCH] pkg1: Recognize 12.0.0 --- source/hos/pkg1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index 23b25bd..56be761 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -39,6 +39,7 @@ static const pkg1_id_t _pkg1_ids[] = { { "20191021113848", 10}, //9.1.0 { "20200303104606", 10}, //10.0.0 - 10.2.0 { "20201030110855", 10}, //11.0.0 + { "20210129111626", 10}, //12.0.0 { NULL } //End. };