commit | 8139889a5f458b857f0b3d9d5888ca6951a77f5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 21:09:35 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 21:09:35 2012 +0200 |
tree | d99ddb432a118e33dc35d8fe25725a8b1c06ddbc | |
parent | 6f3d6b48a67a87ce7561929b6d1c493d61df4bb5 [diff] [blame] |
updated for version 7.3.679 Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)
diff --git a/src/version.c b/src/version.c index 935dfea..9ef1e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 679, +/**/ 678, /**/ 677,