summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-09 22:14:37 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-09 22:14:37 +0200
commit614691ceefb2b2470cd9097013ffc140f81d6a71 (patch)
treec626b811bac0719424e3a1ec8876aef7270cb55b /src/version.c
parent61ee833a504ae73bc6b3e2527a81582263f02afd (diff)
patch 9.1.0290: filetype: xilinx files are not recognizedv9.1.0290
Problem: filetype: xilinx files are not recognized Solution: Add a few xilinx specific file patterns, inspect lpr files for being xml/pascal (Wu, Zhenyu) closes: #14454 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f1c52c5ae7..f215931ee9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 290,
+/**/
289,
/**/
288,