commit | 76ca1b4041db71df899a40d2ab1701af4f19cb2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 17:56:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 17:56:21 2017 +0200 |
tree | a50963d155bbdcda9e8af9d9a4a003391a717e67 | |
parent | ab6c8587ba846d08cd70e7b225c4952a468fc1e8 [diff] |
patch 8.0.0901: asan suppress file missing from distribution Problem: Asan suppress file missing from distribution. Solution: Add the file.
diff --git a/src/version.c b/src/version.c index 9e3764e..469e01a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 901, +/**/ 900, /**/ 899,