summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2024-04-30 20:16:01 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-30 20:16:01 +0200
commit5cbc9a69e529361e1725f422b8cd6157fe0adc33 (patch)
treeba3d8ffca251a218cb4ee7e6b3c66b621a4129c4 /src/version.c
parent652c821366691a8bd5474766581090df0c742fa1 (diff)
patch 9.1.0382: filetype: Kbuild files are not recognizedv9.1.0382
Problem: Kbuild files are not recognized. Solution: Detect Kbuild files as make files. (Bruno Belanyi) closes: #14676 Signed-off-by: Bruno Belanyi <bruno@belanyi.fr> 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 aadb49d13d..720932678c 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 */
/**/
+ 382,
+/**/
381,
/**/
380,