commit | 95a467e7eeab664a71446e320d328d1d7c52a35a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 14:41:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 14:41:46 2020 +0200 |
tree | 01c729d91d2716935e3269018c617f09ba473819 | |
parent | 0d6fe631f75effbfca92a4f61bbc2fab7385af09 [diff] [blame] |
patch 8.2.0621: after running tests asan files may remain Problem: After running tests asan files may remain. Solution: Clean up asan files with "make testclean".
diff --git a/src/version.c b/src/version.c index a46ffb4..e446e6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 621, +/**/ 620, /**/ 619,