diff src/version.c @ 6563:6b86d256fd33 v7.4.608

updated for version 7.4.608 Problem: test_eval fails when the clipboard feature is missing. Solution: Skip part of the test. Reduce the text used.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 22:52:15 +0100
parents 52b89a52ffd4
children 38add5a3d617
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 */
 /**/
+    608,
+/**/
     607,
 /**/
     606,