diff src/version.c @ 2737:329a9676040c v7.3.145

updated for version 7.3.145 Problem: Can't build with Python dynamically loading. Solution: Add dll_PyType_Ready.
author Bram Moolenaar <bram@vim.org>
date Sat, 26 Mar 2011 18:32:05 +0100
parents 322a5c8d392b
children 2bd574a2ef1c
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 */
 /**/
+    145,
+/**/
     144,
 /**/
     143,