commit | 394315603402fe12b5339d36d35c8e1a2796f404 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 18:39:15 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 18:39:15 2012 +0200 |
tree | ef5f02af9a9af974267320d943bbffad3d89a156 | |
parent | d12f811816989fe969401a8f3b7d286580653a23 [diff] [blame] |
updated for version 7.3.565 Problem: Can't generate proto file for Python 3. Solution: Add PYTHON3_CFLAGS to LINT_CFLAGS.
diff --git a/src/version.c b/src/version.c index 20a0269..62c7233 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 565, +/**/ 564, /**/ 563,