diff src/version.c @ 3417:7613c9ab083f v7.3.474

updated for version 7.3.474 Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Fri, 16 Mar 2012 19:34:47 +0100
parents 7f1bce9c9b79
children 36160830a5e8
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 */
 /**/
+    474,
+/**/
     473,
 /**/
     472,