commit | 85babd6db65afb0eb06a7a9a0778d692248c5c2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:59:28 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:59:28 2016 +0200 |
tree | 1754310ae9d7af76bfc66f683deef76e2cedff59 | |
parent | f50df3925b7c909d1cda4c868d8c7ba38189aabe [diff] [blame] |
patch 7.4.1951 Problem: Ruby test is old style. Solution: Convert to a new style test. (Ken Takata)
diff --git a/src/version.c b/src/version.c index c74b155..3e0fc90 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1951, +/**/ 1950, /**/ 1949,