diff src/version.c @ 3038:e8ee4b4ebf41 v7.3.291

updated for version 7.3.291 Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Sep 2011 12:27:25 +0200
parents df33dba4e553
children b6af1c5dd22f
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 */
 /**/
+    291,
+/**/
     290,
 /**/
     289,