commit | 99a547d3a1d1315a1a20246eb53fc63a306702d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 20 11:04:35 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 20 11:04:35 2012 +0100 |
tree | e351de9ea0f5e675968c6af54e64179a3ef715b0 | |
parent | 97d62497f51902f404c7dcc72683411df911593e [diff] [blame] |
updated for version 7.3.716 Problem: Error on exit when using Python 3. Solution: Remove PythonIO_Fini(). (Roland Puntaier)
diff --git a/src/version.c b/src/version.c index 6fbe44a..607c55a 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 716, +/**/ 715, /**/ 714,