diff src/version.c @ 3806:5e909c379a1e v7.3.661

updated for version 7.3.661 Problem: SEGV in Python code. Solution: Initialize len to zero. Use the right function depending on version. (Maxim Philippov)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Sep 2012 20:21:43 +0200
parents 8fdadfccd184
children 87afa95a2992
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 */
 /**/
+    661,
+/**/
     660,
 /**/
     659,