comparison src/version.c @ 4433:8a3ca4adb5d8 v7.3.965

updated for version 7.3.965 Problem: Python garbage collection not working properly. Solution: Add support for garbage collection. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 May 2013 16:24:32 +0200
parents 7d81f4e96728
children 9b800f0a757f
comparison
equal deleted inserted replaced
4432:b2f7c4f0da0f 4433:8a3ca4adb5d8
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 965,
731 /**/ 733 /**/
732 964, 734 964,
733 /**/ 735 /**/
734 963, 736 963,
735 /**/ 737 /**/