comparison src/version.c @ 4829:ff3935926449 v7.3.1161

updated for version 7.3.1161 Problem: Python: PyList_SetItem() is inefficient. Solution: Use PyList_SET_ITEM() (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 20:39:03 +0200
parents 60301d4d1682
children b8eabb6a9687
comparison
equal deleted inserted replaced
4828:f762e7510a87 4829:ff3935926449
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 1161,
731 /**/ 733 /**/
732 1160, 734 1160,
733 /**/ 735 /**/
734 1159, 736 1159,
735 /**/ 737 /**/