commit | 3e734ea2c7d6bc78cf5d2851c1e4ddbad2e028d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:05:55 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:05:55 2013 +0200 |
tree | 5683e59afc05fb203e8d2ace044dd475a6b95048 | |
parent | e9ba516be2873b80e51aa24cd6c25f9b29612695 [diff] [blame] |
updated for version 7.3.1043 Problem: Python: Dynamic compilation with 2.3 fails. Solution: Python patch 4. (ZyX)
diff --git a/src/version.c b/src/version.c index 42198c5..4407e0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1043, +/**/ 1042, /**/ 1041,