diff src/version.c @ 5284:7ed1ec814daf v7.4b.018

updated for version 7.4b.018 Problem: Win32: Dialog can still be too big. Solution: Move the check for height further down. (Andrei Olsen)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Aug 2013 15:27:11 +0200
parents 8c42772f0543
children 74a211a0d3a3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    18,
+/**/
     17,
 /**/
     16,