summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-23 20:14:46 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-23 20:14:46 +0200
commita16f251333e324c94ca8e3e92d1fcf3193dfa382 (patch)
treed09dde5c33b8e1612588e8c97f9143f9a8fd5309 /src/version.c
parentea999037a41292b3d3e00700a87a82fe5d2c12b2 (diff)
patch 9.1.0367: compile_def_function is too longv9.1.0367
Problem: compile_def_function is too long Solution: Move out the code to compile the body of a function (Yegappan Lakshmanan) closes: #14622 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> 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 7113699f3a..fc3969164a 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 */
/**/
+ 367,
+/**/
366,
/**/
365,