diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-28 21:58:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-28 21:58:21 +0100 |
commit | 498af70e066c66b66f1737b553287c1339846842 (patch) | |
tree | 733b755f9824b3946a00a82cb09b8d4350946e30 /src/version.c | |
parent | 3d6db1467b9c3737fcf61e03209f2ffcea5a4bca (diff) | |
download | vim-498af70e066c66b66f1737b553287c1339846842.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 06cc7f6a3..1fa43a1d5 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 227, +/**/ 226, /**/ 225, |