commit | 03db85b398746a252345ed8a7da69f0f2591e932 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 15 14:51:35 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 15 14:51:35 2013 +0200 |
tree | 7ed0344aa301a35ff620990e64264250182e06fd | |
parent | b6c589a529bc8c5720477494696c6f69fe457475 [diff] [blame] |
updated for version 7.3.948 Problem: Cannot build with Python 2.2 Solution: Make Python interface work with Python 2.2 Make 2.2 the first supported version. (ZyX)
diff --git a/src/version.c b/src/version.c index 3e4c310..a6ebcab 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 948, +/**/ 947, /**/ 946,