diff src/version.c @ 4587:63c9b681c3db v7.3.1041

updated for version 7.3.1041 Problem: Python: Invalid read valgrind errors. Solution: Python patch 2: defer DICTKEY_UNREF until key is no longer needed. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 21:37:35 +0200
parents b9f87487d935
children fa39483a1363
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 */
 /**/
+    1041,
+/**/
     1040,
 /**/
     1039,