diff src/version.c @ 3921:eb268db98f32 v7.3.716

updated for version 7.3.716 Problem: Error on exit when using Python 3. Solution: Remove PythonIO_Fini(). (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 11:04:35 +0100
parents 4f0ddf4137ee
children 6a76846b84eb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    716,
+/**/
     715,
 /**/
     714,