diff src/version.c @ 6541:c124a8f34ed1 v7.4.597

updated for version 7.4.597 Problem: Cannot change the result of systemlist(). Solution: Initialize v_lock. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 13:49:31 +0100
parents 6da912e32896
children b01ca71f93b2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    597,
+/**/
     596,
 /**/
     595,