diff src/version.c @ 4831:b8eabb6a9687 v7.3.1162

updated for version 7.3.1162 Problem: Python: Memory leaks Solution: Add more Py_DECREF(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 20:47:36 +0200
parents ff3935926449
children 70b1178dec79
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 */
 /**/
+    1162,
+/**/
     1161,
 /**/
     1160,