diff src/version.c @ 2616:73d947c20291 v7.3.038

updated for version 7.3.038 Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Oct 2010 12:33:17 +0200
parents c6fe65c000d2
children f2927225367a
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 */
 /**/
+    38,
+/**/
     37,
 /**/
     36,