diff src/version.c @ 2614:56ecdb792c33 v7.3.036

updated for version 7.3.036 Problem: Win32 GUI: When building without menus, the font for dialogs and tab page headers also changes. Solution: Define USE_SYSMENU_FONT always. (Harig G.)
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Oct 2010 12:15:33 +0200
parents 8fdc12103333
children c6fe65c000d2
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 */
 /**/
+    36,
+/**/
     35,
 /**/
     34,