comparison src/version.c @ 4607:70600448f9e7 v7.3.1051

updated for version 7.3.1051 Problem: Python: possible memory leaks. Solution: Python patch 12: fix the leaks (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:49:26 +0200
parents 38276cfe40b2
children 12421d8a45d5
comparison
equal deleted inserted replaced
4606:6e6f35424a47 4607:70600448f9e7
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 1051,
731 /**/ 733 /**/
732 1050, 734 1050,
733 /**/ 735 /**/
734 1049, 736 1049,
735 /**/ 737 /**/