diff src/version.c @ 4446:8d6bb2338a58 v7.3.971

updated for version 7.3.971 Problem: No support for VS2012 static code analysis. Solution: Add the ANALYZE option. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 19 May 2013 21:03:54 +0200
parents ccecb03e5e8b
children ba53304245f0
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 */
 /**/
+    971,
+/**/
     970,
 /**/
     969,