diff src/version.c @ 6060:72ee0db83788 v7.4.369

updated for version 7.4.369 Problem: Using freed memory when exiting while compiled with EXITFREE. Solution: Set curwin to NULL and check for that. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 16:30:28 +0200
parents 021e16be3c02
children 50575818a97f
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 */
 /**/
+    369,
+/**/
     368,
 /**/
     367,