diff src/version.c @ 2877:6bbdb9c7a425 v7.3.212

updated for version 7.3.212 Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
author Bram Moolenaar <bram@vim.org>
date Sun, 12 Jun 2011 21:37:13 +0200
parents c7d942260772
children 493897f8bf90
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    212,
+/**/
     211,
 /**/
     210,