diff src/version.c @ 2780:5ddb68c2a845 v7.3.166

updated for version 7.3.166 Problem: Buffer on the stack may be too big Solution: Allocate the space.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:24:58 +0200
parents e92a4b9b4484
children 0a0d7961b4fe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    166,
+/**/
     165,
 /**/
     164,