commit | 13cf77ba1715803355029ed119e55a12f6865db1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 21:11:02 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 21:11:02 2015 +0100 |
tree | 4670a77b744b21cb2ca371de6b8f5be65a8b5581 | |
parent | e25bb90b2eb0ceed2caa5202ca62003e367021ae [diff] [blame] |
updated for version 7.4.647 Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 53b6cdb..21215ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 647, +/**/ 646, /**/ 645,