diff src/version.c @ 6577:7092ec5d5ef1 v7.4.615

updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 17:10:06 +0100
parents a7e485b683d8
children a287b0e9e87b
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 */
 /**/
+    615,
+/**/
     614,
 /**/
     613,