commit | 555d2a83402a4dd21f0b353c757b3cde4a4e47de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:53:37 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:53:37 2013 +0200 |
tree | fd5a95f2102cfafebfaf27dadc7fee5154f720c8 | |
parent | d79862599d8cdd2186480dda1cf990d4ca0134fe [diff] [blame] |
updated for version 7.3.1218 Problem: "make test" on MS-Windows does not clean all temporary files and gives some unneccessary message. Solution: Clean the right files. Create .failed files. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 86f8a85..09f5871 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1218, +/**/ 1217, /**/ 1216,