commit | 934d9ab3a25066d403678c91fd99ce9ce738d95f | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Feb 09 17:03:31 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Feb 09 17:03:31 2025 +0100 |
tree | 7907acb0ebc1f1a0710b1ee12eca932a90da0d9e | |
parent | 645a4288e27f43f88077916fad12f4650bc036a4 [diff] [blame] |
patch 9.1.1088: tests: plugin tests are named inconsistently Problem: tests: plugin tests are named inconsistently Solution: group them under a common 'plugin' prefix related: #16599 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 01ce873..7d50936 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1088, +/**/ 1087, /**/ 1086,