commit | e3af763d5e6b90a9b5d5706920e669fd8f0b6c77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 20:37:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 20:37:47 2016 +0100 |
tree | 0c6bc9f1f0610904c717b08718810702c7c86226 | |
parent | b04a98f6c3cca14bf055934b0a793f4dc376858b [diff] [blame] |
patch 8.0.0115 Problem: When building with Cygwin libwinpthread isn't found. Solution: Link winpthread statically. (jmmerz, closes #1255, closes #1256)
diff --git a/src/version.c b/src/version.c index 7b11a55..e0bbcb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 115, +/**/ 114, /**/ 113,