summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 19:45:11 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 19:45:11 +0200
commita2c27b01dc344b16849721bd934779c627665364 (patch)
treeaebf4624982a15c2129c3dbf8190b44545508a2d /src/version.c
parenta55a22a1a30f8f37633ed78ea25a393d11e250f2 (diff)
patch 9.1.0246: filetype: fontconfig files are not recognizedv9.1.0246
Problem: filetype: fontconfig files are not recognized Solution: detect 'fonts.conf' as xml (Wu, Zhenyu) closes: #14367 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 490812988b..3b338937c6 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 */
/**/
+ 246,
+/**/
245,
/**/
244,