diff src/version.c @ 3970:2c12cd5c1381 v7.3.740

updated for version 7.3.740 Problem: IOC tool complains about undefined behavior for int. Solution: Change to unsigned int. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Nov 2012 18:31:54 +0100
parents e2d36f345a7f
children 6e1fe64cf440
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 */
 /**/
+    740,
+/**/
     739,
 /**/
     738,