commit | 6f3d6b48a67a87ce7561929b6d1c493d61df4bb5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 18:50:00 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 18:50:00 2012 +0200 |
tree | 3a450c85689e9a8984b8d009e0f78cca4bbbb725 | |
parent | e1704bada4554f4edc95ac6be50144dd7b95332b [diff] [blame] |
updated for version 7.3.678 Problem: Ruby .so name may not be correct. Solution: Use the LIBRUBY_SO entry from the config. (Vit Ondruch)
diff --git a/src/version.c b/src/version.c index e0bff53..935dfea 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 678, +/**/ 677, /**/ 676,