diff src/version.c @ 3714:baba6286c91e v7.3.616

updated for version 7.3.616 Problem: Can't compile without +visual. Solution: Add #ifdef.
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Jul 2012 21:05:54 +0200
parents 169ccc471a8a
children 73db39ca1877
line wrap: on
line diff
--- 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 */
 /**/
+    616,
+/**/
     615,
 /**/
     614,