diff src/version.c @ 2978:410d42e3d4da v7.3.261

updated for version 7.3.261 Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Jul 2011 13:59:21 +0200
parents cb4682b95909
children 847733973bfd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    261,
+/**/
     260,
 /**/
     259,