diff src/version.c @ 4823:46077370bc60 v7.3.1158

updated for version 7.3.1158 Problem: Crash when running test 86. (Jun Takimoto) Solution: Define PY_SSIZE_T_CLEAN early. (Elimar Riesebieter)
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 18:36:24 +0200
parents 2f1ee97f5f23
children 208a6c04e6b8
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 */
 /**/
+    1158,
+/**/
     1157,
 /**/
     1156,