diff src/version.c @ 5475:9334c994be7b v7.4.087

updated for version 7.4.087 Problem: Compiler warning on 64 bit Windows systems. Solution: Fix type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Nov 2013 23:17:39 +0100
parents 60a5b7b82016
children 853a76c7fded
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 */
 /**/
+    87,
+/**/
     86,
 /**/
     85,