diff src/version.c @ 6508:e1874a4524f8 v7.4.581

updated for version 7.4.581 Problem: Compiler warnings for unitinialized variables. (John Little) Solution: Initialize the variables.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jan 2015 14:08:56 +0100
parents a5a6f1467b1e
children dfd593d81818
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 */
 /**/
+    581,
+/**/
     580,
 /**/
     579,