diff src/version.c @ 3158:075acc2dccaa v7.3.349

updated for version 7.3.349 Problem: When running out of memory during startup trying to open a swapfile will loop forever. Solution: Let findswapname() set dirp to NULL if out of memory.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 11:44:18 +0200
parents 4d4a328f199e
children 07956eab189c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    349,
+/**/
     348,
 /**/
     347,