commit | 1e91f2606b2380e6e443e7389f7648d86fb8c654 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 14:48:08 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 14:48:08 2012 +0200 |
tree | ba5fd223976d6c48f120bf2096c74cad92ed57c2 | |
parent | 718f007499a5d3f0ff9c0a645780133131ab2b2e [diff] [blame] |
updated for version 7.3.674 Problem: Can't compile with Lua/dyn on Cygwin. Solution: Adjust configure to use the right library name. (Ken Takata)
diff --git a/src/version.c b/src/version.c index e8fcf2c..fff0079 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 674, +/**/ 673, /**/ 672,