summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorRestorerZ <restorer@mail2k.ru>2024-04-25 21:25:19 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-25 21:25:19 +0200
commitec67ee09d2f04804a14408e035faec9fe06b19b8 (patch)
tree999c205f362caa7c0549bd8eb4042c613c07d658 /src/version.c
parentaddf9ed620b01cc8f69fb7a27c6b12514fdda24e (diff)
patch 9.1.0370: MS-Windows: patch number is zero in installerv9.1.0370
Problem: MS-Windows: patch number is zero in installer (jonathan-b-wiebe) Solution: Set VIM_VERSION_PATCHLEVEL, fix a few typos in the installer (RestorerZ) fixes: #14629 closes: #14635 Signed-off-by: RestorerZ <restorer@mail2k.ru> 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 658a410271..dc903edc34 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 */
/**/
+ 370,
+/**/
369,
/**/
368,