summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-06 16:49:40 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-06 16:49:40 +0200
commitbef4790c236327ebb77cd438d49ac9b8e7dc6542 (patch)
treebbb6e766e134977f234bd5fa39fb4e4f01695e23 /src/version.c
parent756287da38076a25fda0ecb75254ef75afb9c931 (diff)
updated for version 7.3.589v7.3.589
Problem: Crash when $HOME is not set. Solution: Check for a NULL pointer. (Chris Webb)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2676fa7fc8..0acbce0abf 100644
--- 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,