summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 19:57:16 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 19:57:16 +0200
commit4c7098b00a5edfb25b24fe3210866a4f30a2d78f (patch)
tree5952450c9e29e733150c286863e5ee96e58d2893 /src/version.c
parenta917bd58bde0e1fca2affedc6fc0c15cb6b5e9f2 (diff)
patch 9.1.0250: filetype: ldscripts cannot be recognizedv9.1.0250
Problem: filetype: ldscripts cannot be recognized Solution: Detect '*/ldscripts/*' as ld (Wu, Zhenyu) closes: #14371 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 5278867360..42a9a1adad 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 */
/**/
+ 250,
+/**/
249,
/**/
248,