summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-09 16:12:47 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-09 16:12:47 +0000
commit80613d64e69ccdac3dbf4eb06d55b2cf1218b819 (patch)
treef1f3322d9437ac50c9b610aa46a588cfa36682c6 /src
parentf220643c260d55d21a841a3c4032daadc41bc50b (diff)
patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847
Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
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 f305f3cc71..5cc1b025de 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 847,
+/**/
846,
/**/
845,