From 06d55e6d87afaf5fd3042afa3fe4219bfea0da70 Mon Sep 17 00:00:00 2001 From: Damien Zhao Date: Fri, 24 Feb 2023 21:19:55 +0800 Subject: [PATCH] Add 16.0.0 pkg1 Signed-off-by: Damien Zhao --- source/hos/pkg1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index 939a9fe..0028a0a 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -45,7 +45,8 @@ static const pkg1_id_t _pkg1_ids[] = { { "20210805", 12}, //13.0.0 - 13.2.0 { "20220105", 12}, //13.2.1 { "20220209", 13}, //14.0.0 - 14.1.2 - { "20220801", 14}, //15.0.0+ + { "20220801", 14}, //15.0.0 - 15.0.1 + { "20230111", 15}, //16.0.0+ { NULL } //End. };