commit | 3f1138e8aefc91768cd3d94b4d15671204c117c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 13:29:26 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 13:29:26 2014 +0100 |
tree | ab2d8c815c14beac95affe1d1652bec7021ed0cd | |
parent | 4b550b4c50f576d3111d39009c6a21514a5f3d17 [diff] [blame] |
updated for version 7.4.132 Problem: Win32: flags and inherit_handles arguments mixed up. Solution: Swap the argument. (cs86661)
diff --git a/src/version.c b/src/version.c index 6d12c6a..cf4f1ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 132, +/**/ 131, /**/ 130,