diff src/version.c @ 5490:68b5f8abca93 v7.4.094

updated for version 7.4.094 Problem: Configure may not find that -lint is needed for gettext(). Solution: Check for gettext() with empty $LIBS. (Thomas De Schampheleire)
author Bram Moolenaar <bram@vim.org>
date Sun, 17 Nov 2013 20:32:54 +0100
parents 33f3e277ceab
children acbe5414cb7f
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 */
 /**/
+    94,
+/**/
     93,
 /**/
     92,