summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-09 22:20:55 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-09 22:20:55 +0200
commit73c89bcf79df280b8698f77374afabd9494dc741 (patch)
treec5e22eebc3089af1272376fbad417fe4a11c568e /src/version.c
parent614691ceefb2b2470cd9097013ffc140f81d6a71 (diff)
patch 9.1.0291: filetype: libreoffice config files are not recognizedv9.1.0291
Problem: filetype: libreoffice config files are not recognized Solution: Detect Libreoffice config fils as xml/dosini (Wu, Zhenyu) closes: #14453 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 f215931ee9..c9fc048a88 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 */
/**/
+ 291,
+/**/
290,
/**/
289,