commit | 644d37b84d8f520f807ef665b476c47b72862eff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 19:26:02 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 19:26:02 2010 +0100 |
tree | ab5ea0c766b10f74514876e10c50daa61ea8f919 | |
parent | 00b78c17b24e61b73f8ecf8fa3e5154d396c1d1a [diff] [blame] |
updated for version 7.3.062 Problem: Python doesn't work properly when installed in another directory than expected. Solution: Figure out home directory in configure and use Py_SetPythonHome() at runtime. (Roland Puntaier)
diff --git a/src/version.c b/src/version.c index d46d9a0..da02245 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 62, +/**/ 61, /**/ 60,