diff src/version.c @ 6301:76526e7100b0 v7.4.484

updated for version 7.4.484 Problem: Compiler warning on MS-Windows. (Ken Takata) Solution: Add type cast.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 18:17:09 +0200
parents 3eb160c5b3a1
children 7844d92941fd
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 */
 /**/
+    484,
+/**/
     483,
 /**/
     482,