commit | 6b90351786eb0915336b576cc930300bf5c9ac63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 19:38:44 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 19:38:44 2015 +0100 |
tree | a83703869c46c0ab8bad69055615cfc649f267c5 | |
parent | 49222bee65228c7b5994b33c1568394c3cbf4583 [diff] [blame] |
patch 7.4.967 Problem: Cross compilation on MS-windows doesn't work well. Solution: Tidy up cross compilation across architectures with Visual Studio. (Mike Williams)
diff --git a/src/version.c b/src/version.c index c67e47c..5a166e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 967, +/**/ 966, /**/ 965,