diff src/version.c @ 4591:1e8952a5a726 v7.3.1043

updated for version 7.3.1043 Problem: Python: Dynamic compilation with 2.3 fails. Solution: Python patch 4. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:05:55 +0200
parents fa39483a1363
children 0cf552b325b5
line wrap: on
line diff
--- 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,