comparison 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
comparison
equal deleted inserted replaced
4586:8a8ac6b05748 4587:63c9b681c3db
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1041,
731 /**/ 733 /**/
732 1040, 734 1040,
733 /**/ 735 /**/
734 1039, 736 1039,
735 /**/ 737 /**/