comparison 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
comparison
equal deleted inserted replaced
2876:286612e410cd 2877:6bbdb9c7a425
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 212,
712 /**/ 714 /**/
713 211, 715 211,
714 /**/ 716 /**/
715 210, 717 210,
716 /**/ 718 /**/