comparison src/version.c @ 4659:80b0081824fa v7.3.1077

updated for version 7.3.1077 Problem: Python: Allocating dict the wrong way, causing a crash. Solution: Use py_dict_alloc(). Fix some exception problems. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 22:06:33 +0200
parents 93b7ed814bec
children 0dce3d812e7a
comparison
equal deleted inserted replaced
4658:3be23951aa25 4659:80b0081824fa
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 1077,
731 /**/ 733 /**/
732 1076, 734 1076,
733 /**/ 735 /**/
734 1075, 736 1075,
735 /**/ 737 /**/