summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-29 22:05:55 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-29 22:05:55 +0200
commit3e734ea2c7d6bc78cf5d2851c1e4ddbad2e028d1 (patch)
tree5683e59afc05fb203e8d2ace044dd475a6b95048 /src/version.c
parente9ba516be2873b80e51aa24cd6c25f9b29612695 (diff)
downloadvim-git-3e734ea2c7d6bc78cf5d2851c1e4ddbad2e028d1.tar.gz
updated for version 7.3.1043v7.3.1043
Problem: Python: Dynamic compilation with 2.3 fails. Solution: Python patch 4. (ZyX)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 42198c55a..4407e0e24 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1043,
+/**/
1042,
/**/
1041,