summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-13 21:20:20 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-13 21:20:20 +0200
commit8b34aea1b0431082a062ecfb5de0f244f3f23418 (patch)
treef2e13255194a49c1ae7b4e2d03d537f4f08f2006 /src/version.c
parent1cd31a4501c48dbeae272de7394fa39ede7b10dd (diff)
patch 9.1.0483: glob() not sufficiently testedv9.1.0483
Problem: glob() not sufficiently tested Solution: Add more tests for directory containing [] chars related: #14991 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 43a09d308b..2df2071085 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 483,
+/**/
482,
/**/
481,