diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-06-28 13:44:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-28 13:44:46 +0100 |
commit | eb49041875118be5fe60f07750c7c86cb26dccef (patch) | |
tree | 3de6d475c03b5668b1f39cf169bca4e892bfb049 /src/GvimExt | |
parent | c19f1a3488c1bb6fe5707dc6338b13cb9f598670 (diff) | |
download | vim-git-eb49041875118be5fe60f07750c7c86cb26dccef.tar.gz |
release version 9.0v9.0.0000
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
Diffstat (limited to 'src/GvimExt')
-rw-r--r-- | src/GvimExt/GvimExt.reg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg index 129ce6e52..d9ebff8db 100644 --- a/src/GvimExt/GvimExt.reg +++ b/src/GvimExt/GvimExt.reg @@ -15,6 +15,6 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim] "path"="gvim.exe" -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.2] - "DisplayName"="Vim 8.2: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 9.0] + "DisplayName"="Vim 9.0: Edit with Vim popup menu entry" "UninstallString"="uninstall.exe" |