commit | 015de43f70cca1d5e3e0798b9312f7200bdcc300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 01:32:46 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 01:32:46 2011 +0200 |
tree | 19e25e0438b01c39eb43c43e17f8ab4b89783967 | |
parent | 12bde494a5493fecc0617d7225d528114b6ecbfd [diff] [blame] |
updated for version 7.3.218 Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr)
diff --git a/src/version.c b/src/version.c index f37599b..66b1fe9 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,