diff src/version.c @ 5702:1ed6acdbfef5 v7.4.196

updated for version 7.4.196 Problem: Tests fail on Solaris 9 and 10. Solution: Use "test -f" instead of "test -e". (Laurent Blume)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 15:50:22 +0100
parents c2e88a40d530
children 47a673b20e49
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    196,
+/**/
     195,
 /**/
     194,