commit | 3c6f92e52ef15df4aa248ce00eacd65928044210 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 20:26:36 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 20:26:36 2016 +0100 |
tree | 8fd8c7fb5d153d6170f7f9d3a4fe1d9e8f95f1a3 | |
parent | a2cce8630756769b2cefdc28c7290ae9262cddb1 [diff] [blame] |
patch 7.4.1031 Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 79677a1..6b225b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1031, +/**/ 1030, /**/ 1029,