commit | 707060e2ee59e50096e1a96abf00e18293fb0569 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 20:58:35 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 20:58:35 2013 +0100 |
tree | 6f69ba7091278dae7c45757870b2cf714fb1a3e7 | |
parent | caca92be8a8556ff26f8ba37a517b68848b93744 [diff] [blame] |
updated for version 7.3.818 Problem: When test 40 fails because of a bad build it may leave files behind that cause it to fail later. Solution: Let the file names start with "X".
diff --git a/src/version.c b/src/version.c index 0b76a0e..13dd6ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 818, +/**/ 817, /**/ 816,