commit | 6b10721fa2d883540c1c106ef26fff8abed0ac43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 15:06:40 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 15:06:40 2013 +0100 |
tree | 79352396c28845a119c083f6980e88f7c2cb0c51 | |
parent | 7ba0741451d8eea497fba07ca2bbf6fae107a6a6 [diff] [blame] |
updated for version 7.4.117 Problem: Can't build with Cygwin/MingW and Perl 5.18. Solution: Add a linker argument for the Perl library. (Cesar Romani) Adjust CFLAGS and LIB. (Cesar Romani) Move including inline.h further down. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a44d9dd..a8c54a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 117, +/**/ 116, /**/ 115,