commit | d73895ec00b56e22bf4f95857aa88dd129e11d06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 21:17:31 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 21:17:31 2013 +0200 |
tree | 97c0c39fe452394cb97fb7d9aa6b3763cf28c321 | |
parent | 22f93c700f79577a395d28b186a900bae20fd5b9 [diff] [blame] |
updated for version 7.3.1223 Problem: Tests fail on MS-Windows. Solution: Avoid depending on OS version. Use DOS commands instead of Unix commands. (Taro Muraoka, Ken Takata)
diff --git a/src/version.c b/src/version.c index 2adb488..9a484dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1223, +/**/ 1222, /**/ 1221,