comparison src/version.c @ 4575:626e9ccb7c48 v7.3.1035

updated for version 7.3.1035 Problem: Compiler warning on 64 bit windows. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:31:46 +0200
parents 37e444aeb33b
children b22bff1a6af8
comparison
equal deleted inserted replaced
4574:5023c29758df 4575:626e9ccb7c48
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 1035,
731 /**/ 733 /**/
732 1034, 734 1034,
733 /**/ 735 /**/
734 1033, 736 1033,
735 /**/ 737 /**/