commit | a1a118b159ae9555a7fdce3d707ddc3064717067 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:41:15 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:41:15 2014 +0100 |
tree | 8757f8a4ec1458ef6cc4102f16ea8f106203678c | |
parent | 4f943c09a5f09b330d92177ab50b5dd2a7986836 [diff] [blame] |
updated for version 7.4.168 Problem: Can't compile with Ruby 2.1.0. Solution: Add support for new GC. (Kohei Suzuki)
diff --git a/src/version.c b/src/version.c index 81639c9..8ebab00 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 168, +/**/ 167, /**/ 166,