commit | e88a5f3a2c18426a68c4591d61bc612276878b46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 16:32:38 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 16:32:38 2013 +0100 |
tree | 1b77908df120d80826fd0c71c887587daf68739c | |
parent | dff54ac7e85f14f91faeadbaff22b23b2e5efb84 [diff] [blame] |
updated for version 7.4.106 Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall)
diff --git a/src/version.c b/src/version.c index c5c7fd4..bd77601 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 106, +/**/ 105, /**/ 104,