diff src/version.c @ 6590:f884a1140a0a v7.4.621

updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Feb 2015 23:08:01 +0100
parents 1ffe91b5e514
children 599112d00aa9
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 */
 /**/
+    621,
+/**/
     620,
 /**/
     619,