diff src/version.c @ 2851:c76efe33a3c1 v7.3.199

updated for version 7.3.199 Problem: MS-Windows: Compilation problem of OLE with MingW compiler. Solution: Put #ifdef around declarations. (Guopeng Wen)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 May 2011 12:09:50 +0200
parents b0190e93e601
children 41b17dd07029
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 */
 /**/
+    199,
+/**/
     198,
 /**/
     197,