summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-06-01 21:26:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-01 21:26:34 +0100
commitbfaa24f95343af9c058696644375d04e660f1b00 (patch)
tree522bd8bdb46bb18a4ff9d8e7273659452c0244f2 /src
parent882476ad7b4944a8386993e94b7e31139a314f91 (diff)
patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052
Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 9df41679b4..36a69d922c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5052,
+/**/
5051,
/**/
5050,