summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-11 20:47:45 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-11 20:47:45 +0200
commit58ce78ad438deefec54fd6206166ca2794cd6efe (patch)
treedbfff6b0753f78817d47074be310d8177e0f0586 /src/version.c
parentda70feabeab77581e48a7ca9c8d5f950c1c2814e (diff)
patch 9.1.0306: filetype: x11vnc config file is not recognizedv9.1.0306
Problem: filetype: x11vnc config file is not recognized Solution: Detect '.x11vncrc' as conf filetype (Wu, Zhenyu) See: https://linux.die.net/man/1/x11vnc closes: #14511 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 7310309df7..a7a96644e2 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 */
/**/
+ 306,
+/**/
305,
/**/
304,