summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-03-13 20:59:27 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-13 20:59:27 +0100
commit0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 (patch)
tree55566ff53c9fe6281bfa96c70f6a1e8be0b06e3a /src/version.c
parent8c55d60658b7ee3458dca57fc5eec90ca9bb9bf3 (diff)
patch 9.1.0178: E1513 might be confusingv9.1.0178
Problem: E1513 might be confusing (Christoph Thoma) Solution: reword error message, fix test to not depend on the actual message fixes: #14189 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 78c496b735..1e2efcb86e 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 */
/**/
+ 178,
+/**/
177,
/**/
176,