commit | cfef5ff23ea09b17203d9f466f6f3526c76a8b99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:24:32 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:24:32 2013 +0200 |
tree | 7d43143e89e5e01199da8ec35e09e70c4d29898f | |
parent | cabf80ff2f20ff6e7da237daf8c2a0cc358592eb [diff] [blame] |
updated for version 7.3.965 Problem: Python garbage collection not working properly. Solution: Add support for garbage collection. (ZyX)
diff --git a/src/version.c b/src/version.c index 4fc77b2..b76e9c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 965, +/**/ 964, /**/ 963,