commit | da3cb831e938d672361995d1dec2de3dae72ee5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 21:21:47 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 21:21:47 2012 +0200 |
tree | d030432ac7424097e1171fb3af27abd7a1556866 | |
parent | e4195c5d84027a3137ad4bc0ba5b6bd14b8a3a04 [diff] [blame] |
updated for version 7.3.620 Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 285bdfc..0be8c2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 620, +/**/ 619, /**/ 618,