commit | 18c4f1badbc96d39de5b348f268ac8d55c2b0b67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:45:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:45:38 2018 +0200 |
tree | af75493136fa1138078b5aaa3e1fab33231aa16f | |
parent | d90a144eda047816acffc7a8f297b43a7120710e [diff] [blame] |
patch 8.1.0190: Perl refcounts are wrong Problem: Perl refcounts are wrong. Solution: Improve refcounting. Add a test. (Damien)
diff --git a/src/version.c b/src/version.c index c48804c..ffc651d 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 190, +/**/ 189, /**/ 188,