From c895266f34eceb5d1056460dc8d911ef5a3e3b90 Mon Sep 17 00:00:00 2001 From: FlyingBananaTree <74322834+FlyingBananaTree@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:01:54 +0100 Subject: [PATCH] Add 15.0.0 pkg1 Just a quick pr for new 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 f82166f..a77eff2 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -44,7 +44,8 @@ static const pkg1_id_t _pkg1_ids[] = { { "20210607", 11}, //12.1.0 { "20210805", 12}, //13.0.0 - 13.2.0 { "20220105", 12}, //13.2.1 - { "20220209", 13}, //14.0.0+ + { "20220209", 13}, //14.0.0 - 14.1.2 + { "20220801", 14}, //15.0.0+ { NULL } //End. };