diff src/version.c @ 2624:bfd69bfb4149 v7.3.046

updated for version 7.3.046 Problem: Can't build Ruby on MS-Windows. Solution: Add #ifdef, don't use WIN3264 before including vim.h.
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Oct 2010 17:40:59 +0200
parents bc3f88ca060d
children df6b12c84b23
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 */
 /**/
+    46,
+/**/
     45,
 /**/
     44,