diff src/version.c @ 3330:81201fb337a5 v7.3.432

updated for version 7.3.432 Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 22:51:33 +0100
parents a27fac494e70
children 8a731d7f0664
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 */
 /**/
+    432,
+/**/
     431,
 /**/
     430,