From a4cbc2fe010cb36b21163fd08b1bb53774f67112 Mon Sep 17 00:00:00 2001 From: borntohonk Date: Mon, 9 Dec 2019 22:49:12 +0100 Subject: [PATCH] One line to add 9.1.0 support --- source/hos/pkg1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hos/pkg1.c b/source/hos/pkg1.c index 5e36e05..2005db1 100644 --- a/source/hos/pkg1.c +++ b/source/hos/pkg1.c @@ -36,6 +36,7 @@ static const pkg1_id_t _pkg1_ids[] = { { "20190314172056", 7 }, //8.0.0 { "20190531152432", 8 }, //8.1.0 { "20190809135709", 9 }, //9.0.0 + { "20191021113848", 10 }, //9.1.0 { NULL } //End. };