commit | c11073c9aa2b668a9c1faa8a2419d7984d8367ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 19:17:42 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 19:17:42 2012 +0200 |
tree | 1cd5f3b715678316695a156688962d5613d7b8ff | |
parent | afa6b9af865c18dd865ccf7b804a4645570027bd [diff] [blame] |
updated for version 7.3.659 Problem: Recent Python changes are not tested. Solution: Add tests for Python bindings. (ZyX)
diff --git a/src/version.c b/src/version.c index 62bc819..06afdf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 659, +/**/ 658, /**/ 657,