commit | 2a0f3d3fb2a7e26d47810098894f8e615571afe3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 22:23:56 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 22:23:56 2013 +0200 |
tree | e402ca98134661b2a3f133083adf18bdc66151b6 | |
parent | 0b9aecc3a5020a3f3714bf4e58046321b46632fb [diff] [blame] |
updated for version 7.3.1003 Problem: Python interface does not compile with Python 2.2 Solution: Fix thread issues and True/False. (ZyX)
diff --git a/src/version.c b/src/version.c index c913385..b3c3bff 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1003, +/**/ 1002, /**/ 1001,