commit | 73c61633b6c0387333f208afb11a0a00bed09ef0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 14:48:10 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 14:48:10 2013 +0100 |
tree | 967e9df0154feb810d0d1ff6761ecd2a92a15ba6 | |
parent | b050c6418647c5358564e4608e8bb6ac7caa93b8 [diff] [blame] |
updated for version 7.4.113 Problem: MSVC static analysis gives warnings. Solution: Avoid the warnings and avoid possible bugs. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 69be33b..77020f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111,