diff src/version.c @ 3658:e82937b753a8 v7.3.589

updated for version 7.3.589 Problem: Crash when $HOME is not set. Solution: Check for a NULL pointer. (Chris Webb)
author Bram Moolenaar <bram@vim.org>
date Fri, 06 Jul 2012 16:49:40 +0200
parents e92cc285632d
children bdf7f3e4c763
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 */
 /**/
+    589,
+/**/
     588,
 /**/
     587,