diff src/version.c @ 2817:b941cc96926a v7.3.184

updated for version 7.3.184 Problem: Static code analysis errors in riscOS. Solution: Make buffer size bigger. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 15:52:15 +0200
parents e4403440e192
children 9c8dffc62a41
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 */
 /**/
+    184,
+/**/
     183,
 /**/
     182,