comparison src/version.c @ 5419:46ca8fcee525 v7.4.060

updated for version 7.4.060 Problem: Declaration has wrong return type for PyObject_SetAttrString(). Solution: Use int instead of PyObject. (Andreas Schwab)
author Bram Moolenaar <bram@vim.org>
date Sun, 03 Nov 2013 00:28:25 +0100
parents 2a72805a3038
children 739074bdceb8
comparison
equal deleted inserted replaced
5418:bf49ac406140 5419:46ca8fcee525
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 60,
741 /**/ 743 /**/
742 59, 744 59,
743 /**/ 745 /**/
744 58, 746 58,
745 /**/ 747 /**/