diff src/version.c @ 6280:7f2472960aa1 v7.4.474

updated for version 7.4.474 Problem: AIX compiler can't handle // comment. Issue 265. Solution: Remove that line.
author Bram Moolenaar <bram@vim.org>
date Sat, 11 Oct 2014 12:48:26 +0200
parents 1cdd5804b538
children 0446fa17bd95
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    474,
+/**/
     473,
 /**/
     472,