diff src/version.c @ 3030:07bc2ccfe555 v7.3.287

updated for version 7.3.287 Problem: Can't compile with MSVC and tiny options. Solution: Move variables and #ifdefs. (Sergey Khorev)
author Bram Moolenaar <bram@vim.org>
date Sat, 27 Aug 2011 15:10:04 +0200
parents 3f822e54765c
children e4f3fa1a474e
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 */
 /**/
+    287,
+/**/
     286,
 /**/
     285,