commit | 1ba0b9e36f36926a7675b31efeda7d3e495c9157 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 27 19:01:52 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 27 19:01:52 2023 +0100 |
tree | 18c82dcb1b16527998e18a3e8194b6b5cb64fef0 | |
parent | 3a2a60ce4a8e73594bca16814672fcc243d093ac [diff] [blame] |
patch 9.0.1584: not all meson files are recognized Problem: Not all meson files are recognized. Solution: Add "meson.options". (Liam Beguin, closes #12444)
diff --git a/src/version.c b/src/version.c index 19fc37f..b23d066 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1584, +/**/ 1583, /**/ 1582,