diff src/version.c @ 6584:d129b939a190 v7.4.618

updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 23:10:46 +0100
parents 05202d6ba0ef
children 9ac723b9f54d
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 */
 /**/
+    618,
+/**/
     617,
 /**/
     616,