commit | 9882e9ddc90abf522809dba4d9fa4de24c74df74 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Sep 25 19:25:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 19:25:51 2022 +0100 |
tree | f0d20f2398258080eae26c90f4e4d1c60805341a | |
parent | 124af71a28a633fa655cff41bc21d398481ce45f [diff] [blame] |
patch 9.0.0587: Unicode tables are outdated Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
diff --git a/src/version.c b/src/version.c index 30fe48d..8c9cc5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 587, +/**/ 586, /**/ 585,