diff src/version.c @ 6518:667cb2eb17a5 v7.4.586

updated for version 7.4.586 Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jan 2015 17:27:22 +0100
parents 1d3139ae6ce6
children 70793fedd25a
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 */
 /**/
+    586,
+/**/
     585,
 /**/
     584,