comparison src/version.c @ 4609:12421d8a45d5 v7.3.1052

updated for version 7.3.1052 Problem: Python: possible SEGV and negative refcount. Solution: Python patch 13: Fix IterIter function. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:52:32 +0200
parents 70600448f9e7
children 49f0fcd9762c
comparison
equal deleted inserted replaced
4608:a1d3d9db4340 4609:12421d8a45d5
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 1052,
731 /**/ 733 /**/
732 1051, 734 1051,
733 /**/ 735 /**/
734 1050, 736 1050,
735 /**/ 737 /**/