diff src/version.c @ 6028:5deaa4e9812d v7.4.354

updated for version 7.4.354 Problem: Compiler warning. Solution: Change NUL to NULL. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 03 Jul 2014 22:54:08 +0200
parents d42a1d3b74d4
children 9a4efda75b5e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    354,
+/**/
     353,
 /**/
     352,