commit | f9b5ef8c881be98f8d463f16c6a8db4ddb6a8f83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 13:02:53 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 13:02:53 2010 +0200 |
tree | 39cb360c6ea51f79d130fe8a777da5cba5de4391 | |
parent | 3c9ab1c0e0c812d407331fad37d59112dd40605a [diff] [blame] |
updated for version 7.3.013 Problem: Dynamic loading with Ruby doesn't work for 1.9.2. Solution: Handle rb_str2cstr differently. Also support dynamic loading on Unix. (Jon Maken)
diff --git a/src/version.c b/src/version.c index 0b5d7fa..7f6aa67 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 13, +/**/ 12, /**/ 11,