commit | 2b994da57a0ac6ec0ec09fe3783f48ecd2bce610 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dominique=20Pell=C3=A9?= <dominique.pelle@gmail.com> | Thu Jun 22 14:36:39 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 14:36:39 2023 +0100 |
tree | a9cb6ad0e00653babb5a168259accf59a9ea3672 | |
parent | bd087ae8f07f026bbd179911830027ff92f42c01 [diff] [blame] |
patch 9.0.1645: zserio files are not recognized Problem: zserio files are not recognized. Solution: Add a pattern for zserio files. (Dominique Pellé, closes #12544)
diff --git a/src/version.c b/src/version.c index 5ad3b34..14ede7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1645, +/**/ 1644, /**/ 1643,