diff src/version.c @ 5688:6050f52d7cd8 v7.4.190

updated for version 7.4.190 Problem: Compiler warning for using %lld for off_t. Solution: Add type cast.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Feb 2014 22:58:17 +0100
parents 0a9990bbd94a
children 40f18a1c1592
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    190,
+/**/
     189,
 /**/
     188,