diff src/dosinst.c @ 35041:e671080ef0e2 v9.1.0370

patch 9.1.0370: MS-Windows: patch number is zero in installer Commit: https://github.com/vim/vim/commit/ec67ee09d2f04804a14408e035faec9fe06b19b8 Author: RestorerZ <restorer@mail2k.ru> Date: Thu Apr 25 21:25:19 2024 +0200 patch 9.1.0370: MS-Windows: patch number is zero in installer 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>
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Apr 2024 21:30:11 +0200
parents 1629cc65d78d
children
line wrap: on
line diff
--- 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;