diff src/version.c @ 6260:74c65620c985 v7.4.464

updated for version 7.4.464 Problem: Compiler warning. Solution: Add type cast. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Oct 2014 18:10:09 +0200
parents 6f80b9a773db
children 452e8b2a0ab3
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 */
 /**/
+    464,
+/**/
     463,
 /**/
     462,