commit | 4697ae00a77ca443354b9ff3ee943b357aa5b899 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 14:48:30 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 14:48:30 2014 +0200 |
tree | d63cee22360457efbc37360ab7a16a8964c2fb4f | |
parent | 9a95bdc52a464df219bd496396632f724bafcfe0 [diff] [blame] |
updated for version 7.4.469 Problem: Can't build with MSVC. (Ken Takata) Solution: Move the assignment after the declarations.
diff --git a/src/version.c b/src/version.c index 83887f6..8d1e4a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467,