commit | 2060892028e05b1325dc0759259254180669eb5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 22:30:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 22:30:08 2018 +0200 |
tree | 26858ee1551ef811ca2f48eaea266253334fc2b5 | |
parent | 9980b37a80dc72eef05bf8862aaf475ab17790a5 [diff] [blame] |
patch 8.0.1745: build failure on MS-Windows Problem: Build failure on MS-Windows. Solution: Build job arguments for MS-Windows. Fix allocating job twice.
diff --git a/src/version.c b/src/version.c index 0c25fd7..1535322 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1745, +/**/ 1744, /**/ 1743,