diff src/version.c @ 12041:e7388037a904 v8.0.0901

patch 8.0.0901: asan suppress file missing from distribution commit https://github.com/vim/vim/commit/76ca1b4041db71df899a40d2ab1701af4f19cb2a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 11 17:56:21 2017 +0200 patch 8.0.0901: asan suppress file missing from distribution Problem: Asan suppress file missing from distribution. Solution: Add the file.
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2017 18:00:04 +0200
parents 84066f043ab9
children 2796a2c9fc17
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    901,
+/**/
     900,
 /**/
     899,