diff src/version.c @ 2700:7c46737918cb v7.3.117

updated for version 7.3.117 Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses".
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 17:42:57 +0100
parents bb3661a2eccc
children 6d80dbca8501
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 */
 /**/
+    117,
+/**/
     116,
 /**/
     115,