comparison src/version.c @ 5118:5569d11ef585 v7.3.1302

updated for version 7.3.1302 Problem: Test 17 fails on MS-Windows. Includes line break in file name everywhere. Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included file.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 22:28:36 +0200
parents 6cabac58f26f
children 6e611380b4cf
comparison
equal deleted inserted replaced
5117:75f4c48a0771 5118:5569d11ef585
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 1302,
731 /**/ 733 /**/
732 1301, 734 1301,
733 /**/ 735 /**/
734 1300, 736 1300,
735 /**/ 737 /**/