diff src/version.c @ 2735:322a5c8d392b v7.3.144

updated for version 7.3.144 Problem: Crash with ":python help(dir)". (Kearn Holliday) Solution: Fix the way the type is set on objects. (Tobias Columbus)
author Bram Moolenaar <bram@vim.org>
date Sat, 26 Mar 2011 13:56:48 +0100
parents e0a90042318d
children 329a9676040c
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 */
 /**/
+    144,
+/**/
     143,
 /**/
     142,