comparison src/version.c @ 4881:7b8991e084f9 v7.3.1186

updated for version 7.3.1186 Problem: Python 3: test 87 may crash. Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Jun 2013 20:57:50 +0200
parents 6d935f45c489
children fefd8d33a7ea
comparison
equal deleted inserted replaced
4880:2f84443f9502 4881:7b8991e084f9
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 1186,
731 /**/ 733 /**/
732 1185, 734 1185,
733 /**/ 735 /**/
734 1184, 736 1184,
735 /**/ 737 /**/