pkg1: Recognize 12.0.2

This commit is contained in:
shchmue 2021-05-12 10:33:56 -06:00
parent 7defba226a
commit 93909f149e

View File

@ -34,12 +34,13 @@ static const pkg1_id_t _pkg1_ids[] = {
{ "20181218175730", 7 }, //7.0.0
{ "20190208150037", 7 }, //7.0.1
{ "20190314172056", 7 }, //8.0.0 - 8.0.1
{ "20190531152432", 8 }, //8.1.0
{ "20190531152432", 8 }, //8.1.0 - 8.1.1
{ "20190809135709", 9 }, //9.0.0 - 9.0.1
{ "20191021113848", 10}, //9.1.0
{ "20191021113848", 10}, //9.1.0 - 9.2.0
{ "20200303104606", 10}, //10.0.0 - 10.2.0
{ "20201030110855", 10}, //11.0.0
{ "20210129111626", 10}, //12.0.0
{ "20201030110855", 10}, //11.0.0 - 11.0.1
{ "20210129111626", 10}, //12.0.0 - 12.0.1
{ "20210422145837", 10}, //12.0.2
{ NULL } //End.
};