commit | 498af70e066c66b66f1737b553287c1339846842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 28 21:58:21 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 28 21:58:21 2014 +0100 |
tree | 733b755f9824b3946a00a82cb09b8d4350946e30 | |
parent | 3d6db1467b9c3737fcf61e03209f2ffcea5a4bca [diff] [blame] |
updated for version 7.4.227 Problem: Can't build with Ruby 1.8. Solution: Do include a check for the Ruby version. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 06cc7f6..1fa43a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 227, +/**/ 226, /**/ 225,