commit | 92a1678d488b7d023ddf2cd493a6ee0d7fcf1928 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jul 26 12:24:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 12:24:41 2022 +0100 |
tree | cc1bfa906c4c3cb5d3887bb0f28ddb6e70275be8 | |
parent | be3dbda871ffd1b61f52b9519c23772f62381c67 [diff] [blame] |
patch 9.0.0076: no test for what patch 8.1.1424 fixes Problem: No test for what patch 8.1.1424 fixes. Solution: Add a test. (closes #10789)
diff --git a/src/version.c b/src/version.c index 1909fd4..9081fec 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 76, +/**/ 75, /**/ 74,