commit | a87462a498a883e12ad7699b26bd28f4600b68c6 | [log] [tgz] |
---|---|---|
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | Mon Nov 18 21:36:31 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Nov 18 21:36:31 2024 +0100 |
tree | e7f8f29fa295238ea4dcb24ebb6e98cdd2ead6db | |
parent | a15dfc2d417bdb5207936eca2f52c0da22a904bb [diff] [blame] |
patch 9.1.0873: filetype: Vivado files are not recognized Problem: filetype: Vivado files are not recognized Solution: detect '*.mss' files as 'mss' filetype (Wu, Zhenyu) references: https://docs.amd.com/r/2020.2-English/ug1400-vitis-embedded/Microprocessor-Software-Specification-MSS closes: #15907 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3eb9769..51276a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 873, +/**/ 872, /**/ 871,