diff src/version.c @ 6588:1ffe91b5e514 v7.4.620

updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Feb 2015 23:06:45 +0100
parents 9ac723b9f54d
children f884a1140a0a
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 */
 /**/
+    620,
+/**/
     619,
 /**/
     618,