commit | 770456589e5e53507fcd32013a190b520f4fc688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:46:06 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:46:06 2012 +0200 |
tree | 1bacd8f17ef1a832cd781507aa469d67b2520573 | |
parent | 696c2116dc5e5403644d7f7dcaea49b83cf5a8f5 [diff] [blame] |
updated for version 7.3.671 Problem: More Python code can be shared between Python 2 and 3. Solution: Move code to if_py_both.h. (ZyX)
diff --git a/src/version.c b/src/version.c index 4fb2743..3e054b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 671, +/**/ 670, /**/ 669,