From ee212a5156c36e65b0031136fa7dff7dbc88d3a2 Mon Sep 17 00:00:00 2001 From: FlyingBananaTree <74322834+FlyingBananaTree@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:50:24 +0000 Subject: [PATCH 1/2] Add 16.0.0 pkg1 --- 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 a77eff2..e1639b2 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. }; From 99b45cac7b477d2634a85c05f2c936826dc54c3a Mon Sep 17 00:00:00 2001 From: FlyingBananaTree <74322834+FlyingBananaTree@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:44:30 +0000 Subject: [PATCH 2/2] Correct indent --- source/hos/pkg1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index e1639b2..a632cbd 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -46,7 +46,7 @@ static const pkg1_id_t _pkg1_ids[] = { { "20220105", 12}, //13.2.1 { "20220209", 13}, //14.0.0 - 14.1.2 { "20220801", 14}, //15.0.0 - 15.0.1 - { "20230111", 15}, //16.0.0+ + { "20230111", 15}, //16.0.0+ { NULL } //End. };