diff src/version.c @ 2766:415c55534d90 v7.3.159

updated for version 7.3.159 Problem: Using uninitialized pointer when out of memory. Solution: Check for NULL return value.
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Apr 2011 14:29:17 +0200
parents b5f774f15927
children c5e47b752f07
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 */
 /**/
+    159,
+/**/
     158,
 /**/
     157,