commit | eda9e9c2fe4577ad451418253b990a3f60b70444 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 22:45:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 22:45:43 2018 +0200 |
tree | 89abc7eef82396dc93284d66871896978221c447 | |
parent | b6f1480a6a8b1a6fa4d5da97aeb5f4755b71eb91 [diff] [blame] |
patch 8.1.0490: MS-Windows: doesn't handle missing glibwinpthread-1.dll Problem: MS-Windows: doesn't handle missing glibwinpthread-1.dll. Solution: Adjust Cygwin/MinGW build file. (Ken Takata, closes #2827)
diff --git a/src/version.c b/src/version.c index 01dfc13..a34837b 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 490, +/**/ 489, /**/ 488,