comparison 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
comparison
equal deleted inserted replaced
5687:7846d5639645 5688:6050f52d7cd8
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 190,
741 /**/ 743 /**/
742 189, 744 189,
743 /**/ 745 /**/
744 188, 746 188,
745 /**/ 747 /**/