commit | a7c3795a2e65233ba2d187d680acc83bf6bf4ef5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 20 22:23:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 20 22:23:15 2016 +0100 |
tree | c396119db602b9b98f4ad22eea72e991510939b2 | |
parent | 23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea [diff] [blame] |
patch 7.4.1146 Problem: Can't build with Python 3 interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index 0d6dbaa..02f34a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1146, +/**/ 1145, /**/ 1144,