commit | 236ccbf6f8a671a45b773de4b34558ecfdf9ac02 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Sep 22 16:12:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 16:12:06 2022 +0100 |
tree | fac31b8fb9058b835b5bcbcbe6a82b59fa608f92 | |
parent | daaa3d9965d74faf1f75aea218822bfb7ba687a7 [diff] [blame] |
patch 9.0.0546: supporting Ruby 1.8 makes code complicated Problem: Supporting Ruby 1.8 makes code complicated. Solution: Drop Ruby 1.8 support, it is ancient. (Ken Takata, closes #11195)
diff --git a/src/version.c b/src/version.c index 196b9d8..4641a1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 546, +/**/ 545, /**/ 544,