comparison src/version.c @ 5136:28e6f5f88968 v7.3.1311

updated for version 7.3.1311 Problem: Compiler warnings on Cygwin. Solution: Add type casts. Add windows include files. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Jul 2013 20:09:16 +0200
parents b49784c49d53
children 80bab8b1a30d
comparison
equal deleted inserted replaced
5135:47c8addd2f35 5136:28e6f5f88968
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 1311,
731 /**/ 733 /**/
732 1310, 734 1310,
733 /**/ 735 /**/
734 1309, 736 1309,
735 /**/ 737 /**/