commit | 6fa41fb3746e5ab2f793de713879afc9b1e25647 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 18 20:55:35 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 18 20:55:35 2013 +0200 |
tree | 2f3d6bc6c68a71bada269a01028b41e741d84875 | |
parent | 7533fddd09bc9fe9d21c481cbe406c7f86119578 [diff] [blame] |
updated for version 7.3.969 Problem: Can't built with Python 3 and without Python 2. Solution: Adjust #ifdef. (Xavier de Gaye)
diff --git a/src/version.c b/src/version.c index 76ea713..b897c09 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 969, +/**/ 968, /**/ 967,