commit | ca628610c06abed1b39470d20e7d73f8f7a860af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 28 17:43:11 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 28 17:43:11 2012 +0200 |
tree | ef1bd48051eb7c9ea54a43858303399ffb646b08 | |
parent | da5a4970a9e143ca5c936d28ad1709edba07d3b0 [diff] [blame] |
updated for version 7.3.486 Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
diff --git a/src/version.c b/src/version.c index 2009133..efa29f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 486, +/**/ 485, /**/ 484,