diff src/version.c @ 6191:5672a06e4bd8 v7.4.431

updated for version 7.4.431 Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 12:22:06 +0200
parents f4e9c65a18d4
children 59cd2b16f718
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    431,
+/**/
     430,
 /**/
     429,