diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-03-26 18:32:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-03-26 18:32:05 +0100 |
commit | 30fec7bc7fbc9c1b7d45b4616c5187fc63652eb2 (patch) | |
tree | d4d7030246278cc445c1b65fd3e24dd38d95ba39 /src/version.c | |
parent | 21377c8d5ff60a94c76e5fb3b32f462cc2880290 (diff) | |
download | vim-30fec7bc7fbc9c1b7d45b4616c5187fc63652eb2.zip |
updated for version 7.3.145
Problem: Can't build with Python dynamically loading.
Solution: Add dll_PyType_Ready.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 212df7aa6..aa0af5318 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143, |