diff src/version.c @ 5594:bcf25cc08236 v7.4.144

updated for version 7.4.144 Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 12:18:45 +0100
parents d11f223f4c75
children 1098b7b6e147
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    144,
+/**/
     143,
 /**/
     142,