commit | d0232917ced39ff4838665fbcf379d5116a91aa3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:15:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:15:32 2016 +0100 |
tree | 2d95ef9232b74581afe5f6f1216f802ebf56634c | |
parent | 43a34f9f74fdce462fa250baab620264c28b6165 [diff] [blame] |
patch 7.4.1115 Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 571cb68..4e23c61 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1115, +/**/ 1114, /**/ 1113,