commit | 27610ed76c500cf680fdbac000d269e30dcba54c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 14:26:26 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 14:26:26 2013 +0200 |
tree | 0adbfe3811b9f618eec2b361490c62e921731c26 | |
parent | 9f3685a527c9293b05c8ad7a6a4a7c2fa8b3b8b8 [diff] [blame] |
updated for version 7.3.1173 Problem: Python 2 tests don't have the same output everywhere. Solution: Make the Python 2 tests more portable. (ZyX)
diff --git a/src/version.c b/src/version.c index 9d7750e..58e059a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1173, +/**/ 1172, /**/ 1171,