diff src/version.c @ 5911:81f5a056b2a5 v7.4.297

updated for version 7.4.297 Problem: Memory leak from result of get_isolated_shell_name(). Solution: Free the memory. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 14:00:16 +0200
parents 53b87d790574
children 156f891d520e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    297,
+/**/
     296,
 /**/
     295,