diff src/version.c @ 4738:66a9e8fa6f45 v7.3.1116

updated for version 7.3.1116 Problem: Can't build without Visual mode. Solution: Add #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 11:02:05 +0200
parents 3f2319a953b3
children 97560c16ca99
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1116,
+/**/
     1115,
 /**/
     1114,