diff src/version.c @ 3222:6cc788692b2e v7.3.381

updated for version 7.3.381 Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Dec 2011 20:51:25 +0100
parents 534b3ef1cf14
children 2260435283f2
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 */
 /**/
+    381,
+/**/
     380,
 /**/
     379,