comparison src/version.c @ 4617:21a99611149b v7.3.1056

updated for version 7.3.1056 Problem: Python: possible memory leaks. Solution: Python patch 15. (ZyX) Fix will follow later.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 12:14:49 +0200
parents 5679b8ddd8cc
children 90beab957ba9
comparison
equal deleted inserted replaced
4616:e8bc429ce5fc 4617:21a99611149b
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 1056,
731 /**/ 733 /**/
732 1055, 734 1055,
733 /**/ 735 /**/
734 1054, 736 1054,
735 /**/ 737 /**/