commit | d08a8d4a31ed10225aca6be7565220fa541c32ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 15:20:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 15:20:29 2016 +0100 |
tree | 301af9398ba50354fe76b6770ce1468fba036a9d | |
parent | 30a89473ee64a276215a55e7fa99e008945022df [diff] [blame] |
patch 7.4.1078 Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
diff --git a/src/version.c b/src/version.c index 3c129de..891e611 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1078, +/**/ 1077, /**/ 1076,