From eb3fc13385a75f2529763af93f08e235217fb65d Mon Sep 17 00:00:00 2001 From: suchmememanyskill Date: Fri, 21 Jan 2022 11:12:04 +0100 Subject: [PATCH] Add 13.2.1 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 9e4d4b4..dcfb8e4 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -42,7 +42,8 @@ static const pkg1_id_t _pkg1_ids[] = { { "20210129", 10}, //12.0.0 - 12.0.1 { "20210422", 10}, //12.0.2 - 12.0.3 { "20210607", 11}, //12.1.0 - { "20210805", 11 }, + { "20210805", 12}, //13.0.0 - 13.2.0 + { "20220105", 12}, //13.2.1+ { NULL } //End. };