diff src/version.c @ 4619:90beab957ba9 v7.3.1057

updated for version 7.3.1057 Problem: Python: not enough compatibilty. Solution: Python patch 16: Make OutputWritelines support any sequence object (ZyX) Note: tests fail
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 12:26:58 +0200
parents 21a99611149b
children 66e615ce7f61
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 */
 /**/
+    1057,
+/**/
     1056,
 /**/
     1055,