comparison src/version.c @ 4667:9e7ef781d494 v7.3.1081

updated for version 7.3.1081 Problem: Compiler warnings on 64-bit Windows. Solution: Change variable types. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 May 2013 20:49:31 +0200
parents 7a35419393c3
children 2d15582e132f
comparison
equal deleted inserted replaced
4666:54f7d6f12191 4667:9e7ef781d494
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 1081,
731 /**/ 733 /**/
732 1080, 734 1080,
733 /**/ 735 /**/
734 1079, 736 1079,
735 /**/ 737 /**/