diff src/version.c @ 3923:6a76846b84eb v7.3.717

updated for version 7.3.717 Problem: When changing the font size, only MS-Windows limits the window size. Solution: Also limit the window size on other systems. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 12:03:06 +0100
parents eb268db98f32
children 18e95db59826
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    717,
+/**/
     716,
 /**/
     715,