commit | 30fec7bc7fbc9c1b7d45b4616c5187fc63652eb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 18:32:05 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 18:32:05 2011 +0100 |
tree | d4d7030246278cc445c1b65fd3e24dd38d95ba39 | |
parent | 21377c8d5ff60a94c76e5fb3b32f462cc2880290 [diff] [blame] |
updated for version 7.3.145 Problem: Can't build with Python dynamically loading. Solution: Add dll_PyType_Ready.
diff --git a/src/version.c b/src/version.c index 212df7a..aa0af53 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143,