commit | 2b017fae8ffbf77fa59a8e9d49d9479ac5009a25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 18:27:12 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 18:27:12 2012 +0200 |
tree | 701f621c01554421018a2891cf1a21cbe547e655 | |
parent | 4fabd7dd4a2f77bc741eda58126d529f26f16a8d [diff] [blame] |
updated for version 7.3.665 Problem: MSVC 11 is not supported. Solution: Recognize MSVC 11. (Raymond Ko)
diff --git a/src/version.c b/src/version.c index d8ada69..0452d92 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,