diff src/version.c @ 6586:9ac723b9f54d v7.4.619

updated for version 7.4.619 Problem: luaV_setref() not returning the correct value. Solution: Return one.
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Feb 2015 22:02:37 +0100
parents d129b939a190
children 1ffe91b5e514
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 */
 /**/
+    619,
+/**/
     618,
 /**/
     617,