comparison src/version.c @ 4653:b943fd24c351 v7.3.1074

updated for version 7.3.1074 Problem: Compiler warning for printf format. (Manuel Ortega) Solution: Add type casts.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 19:01:24 +0200
parents f10f63aaec5c
children 779ca415f8e1
comparison
equal deleted inserted replaced
4652:b1c4a737f6d1 4653:b943fd24c351
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1074,
731 /**/ 733 /**/
732 1073, 734 1073,
733 /**/ 735 /**/
734 1072, 736 1072,
735 /**/ 737 /**/