diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1186,
+/**/
     1185,
 /**/
     1184,