diff src/version.c @ 2727:62e8d93241cd v7.3.142

updated for version 7.3.142 Problem: Python stdout doesn't have a flush() method, causing an import to fail. Solution: Add a dummy flush() method. (Tobias Columbus)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 15:47:44 +0100
parents 0d201adaf9c5
children e0a90042318d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    142,
+/**/
     141,
 /**/
     140,