diff src/version.c @ 3968:e2d36f345a7f v7.3.739

updated for version 7.3.739 Problem: Computing number of lines may have an integer overflow. Solution: Check for MAXCOL explicitly. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Nov 2012 18:22:11 +0100
parents eccae034465b
children 2c12cd5c1381
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 */
 /**/
+    739,
+/**/
     738,
 /**/
     737,