commit | ba9aed44975cc82290208fd45f35dd72fc66d6c1 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Oct 14 11:38:12 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Oct 14 11:39:40 2023 +0200 |
tree | f93f6cc7f354e560335aaba2c706408a512cdabc | |
parent | b583eda7031b1f6a3469a2537d0c10ca5fa5568e [diff] [blame] |
patch 9.0.2023: need more tests for :cq Problem: need more tests for :cq Solution: Add more tests, including wraparound on linux Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index d842108..8eb32e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2023, +/**/ 2022, /**/ 2021,