diff 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
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 */
 /**/
+    965,
+/**/
     964,
 /**/
     963,