diff src/version.c @ 4829:ff3935926449 v7.3.1161

updated for version 7.3.1161 Problem: Python: PyList_SetItem() is inefficient. Solution: Use PyList_SET_ITEM() (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 20:39:03 +0200
parents 60301d4d1682
children b8eabb6a9687
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 */
 /**/
+    1161,
+/**/
     1160,
 /**/
     1159,