commit | 6fabcbe26002fd75f87c6775239b0e51e1169d68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 12:27:25 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 12:27:25 2011 +0200 |
tree | 1c6fe3358becce900864de6cdcaa323ae94aadc6 | |
parent | 39fc42ef9d3d255d775198f47f0ba53caa078441 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7d11c6f..a66bacb 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 291, +/**/ 290, /**/ 289,