summaryrefslogtreecommitdiffstats
path: root/src/dosinst.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/dosinst.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/dosinst.c')
-rw-r--r--src/dosinst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index 35625a7946..116cc8fa40 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -1663,7 +1663,7 @@ install_registry(void)
uninstall_string,
icon_string,
version_string,
- "Bram Moolenaar et al.");
+ "The Vim Project");
if (ERROR_SUCCESS != lRet)
return FAIL;