diff src/version.c @ 3788:5edf3c51aa93 v7.3.652

updated for version 7.3.652 Problem: Workaround for Python crash isn't perfect. Solution: Change the type of the length argument. (Sean Estabrooks)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 17:28:21 +0200
parents ece544e85821
children fd0c7452fa51
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    652,
+/**/
     651,
 /**/
     650,