commit | effb0cd75de647a2a0bf95cb26eaa2feee8068d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 21:17:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 21:17:34 2020 +0200 |
tree | 4ea816758ce63831ec4e1f696ad4ec64a604a887 | |
parent | 442af2f89e29fb60790bffde2def9cd74a081780 [diff] [blame] |
patch 8.2.1123: Python 3 test is old style Problem: Python 3 test is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
diff --git a/src/version.c b/src/version.c index 00aca2b..6908662 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,