diff src/version.c @ 2865:46544d3ae7ec v7.3.206

updated for version 7.3.206 Problem: 64bit MS-Windows compiler warning. Solution: Use HandleToLong() instead of type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 May 2011 21:18:06 +0200
parents 8d8bd6307b1a
children d1445b72ddb7
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 */
 /**/
+    206,
+/**/
     205,
 /**/
     204,