diff src/version.c @ 3978:26c8b3b49f74 v7.3.744

updated for version 7.3.744 Problem: 64 bit compiler warning. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Thu, 29 Nov 2012 20:10:00 +0100
parents 67e3b2753a6e
children aab4b29520e7
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 */
 /**/
+    744,
+/**/
     743,
 /**/
     742,