diff src/version.c @ 5153:b5abda4e7c4b v7.4a.003

updated for version 7.4a.003 Problem: Copyright year is oudated. Solution: Only use the first year.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 12:54:21 +0200
parents d0288faf3086
children f72d49c406c4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3,
+/**/
     2,
 /**/
     1,