summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-04-16 10:08:52 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-16 10:08:52 +0100
commitb9e99e58bbc07a6fd1029db1f31c3ecf283d098b (patch)
tree30127b13941ebce650bfd0791efbe6965246c7a1 /src/version.c
parent092e09cba7d7c1aec22f50b974379131f2464d5f (diff)
patch 8.2.4757: list of libraries to suppress lsan errors is outdatedv8.2.4757
Problem: List of libraries to suppress lsan errors is outdated. Solution: Add another library. (closes #10201)
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 cb069bc47d..9a50e097a2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4757,
+/**/
4756,
/**/
4755,