summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-06-23 10:00:04 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-23 10:00:04 +0200
commit88bbdb04c2776ba69b8e5da58051fd94f8842b03 (patch)
treebdf4c2fb062f76d1cf19006f7a3c2dea0898eef8 /src/version.c
parent8625714ac13cba271f60687b33f0b63bd29feba1 (diff)
patch 9.1.0516: need more tests for nested dicts and list comparisionv9.1.0516
Problem: need more tests for nested dicts and list comparision Solution: Add tests for comparing deeply nested List/Dict values (Yegappan Lakshmanan) closes: #15081 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 357f9c1e39..0fb66979d9 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 */
/**/
+ 516,
+/**/
515,
/**/
514,