diff src/version.c @ 3441:08a37c57af47 v7.3.486

updated for version 7.3.486 Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 17:43:11 +0200
parents 94374e0b6267
children 21219ffc9790
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 */
 /**/
+    486,
+/**/
     485,
 /**/
     484,