commit | e5878f4be9f0cb6719220fa17f113fa24b1f3039 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 08 03:15:47 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 08 03:15:47 2013 +0100 |
tree | ef752b3c70b5866b55960f2ad6aff0a2d1927a15 | |
parent | 03e228a623304c0afed231ad1605153dd56335be [diff] [blame] |
updated for version 7.4.078 Problem: MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown)
diff --git a/src/version.c b/src/version.c index 6e11f7d..aef0879 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 78, +/**/ 77, /**/ 76,