comparison src/version.c @ 5668:b1b8b097539a v7.4.180

updated for version 7.4.180 Problem: Older Python versions don't support %ld. Solution: Use %d instead. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sat, 15 Feb 2014 15:59:03 +0100
parents d1c8c1d64034
children cb5683bcde03
comparison
equal deleted inserted replaced
5667:277885c9c344 5668:b1b8b097539a
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 180,
741 /**/ 743 /**/
742 179, 744 179,
743 /**/ 745 /**/
744 178, 746 178,
745 /**/ 747 /**/