commit | 76381a5b4f3f6de1df33a8ab3e1f7db2e1764af6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:13:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:13:28 2022 +0100 |
tree | aeacd5b725e9c59b75d02496dd95e31ae937ce07 | |
parent | e0ff3a7de6030b73d94121626deb8229e66e82b2 [diff] [blame] |
patch 8.2.5031: cannot easily run the benchmarks Problem: Cannot easily run the benchmarks. Solution: Have "make benchmark" in the src directory work.
diff --git a/src/version.c b/src/version.c index cc3542a..999cfde 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5031, +/**/ 5030, /**/ 5029,