commit | 7bc4f93c07a1e8b17e7d91f814b9801bd611d569 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 03:22:56 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 03:22:56 2012 +0200 |
tree | 3915a71692ce16c0a5116c785894c366a3f45bab | |
parent | 172ddb60c2401cd24c80a096709226e37592111f [diff] [blame] |
updated for version 7.3.688 Problem: Python 3.3 is not supported. Solution: Add Python 3.3 support (Ken Takata)
diff --git a/src/version.c b/src/version.c index 7be65c6..d512955 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 688, +/**/ 687, /**/ 686,