summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-08 20:53:19 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-08 21:45:40 +0200
commit7005b7ee7f282b24378c2a844366cb8616cad5d7 (patch)
tree7c57d26b41f359653d956b5fa7377aeb5242864c /src/version.c
parentfc21b6437ce91368c2d53437177083b8bc375720 (diff)
patch 9.1.0276: No pandoc syntax supportv9.1.0276
Problem: No pandoc syntax support Solution: Add pandoc syntax and compiler plugins (Wu, Zhenyu, Konfekt) closes: #14389 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com> 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 fb72324df2..bd9f072e77 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 */
/**/
+ 276,
+/**/
275,
/**/
274,