summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-08 22:19:06 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-08 22:19:06 +0200
commit72d81a66edd835aeff3f539ccd0f97afb1ebd63c (patch)
tree61b20e129f4b54f94f47966e4c458077cf02df8e /src/version.c
parentbe2b03c6eecea3eae5d460e3c19ee43b73b29928 (diff)
patch 9.1.0278: filetype: zathurarc files not recognizedv9.1.0278
Problem: filetype: zathurarc files not recognized Solution: Detect '.zathurarc' files as zathurarc filetype, add zathurarc filetype (Wu, Zhenyu) closes: #14380 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 25b0399850..93f6634e4b 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 */
/**/
+ 278,
+/**/
277,
/**/
276,