diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-06 20:53:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-06 20:53:49 +0200 |
commit | 3737f8988c0a5f80fd64ab2dadce0192a3553e00 (patch) | |
tree | 6c28e99da1a08c52e0e587d87fadb8a1227bcb93 | |
parent | 97cfe90de865e2b4bb7839dc6cdf7dbb4125c8cc (diff) | |
download | vim-git-3737f8988c0a5f80fd64ab2dadce0192a3553e00.tar.gz |
Update version number in gvim.exe manifest. (Michael Wookey)
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | src/gvim.exe.mnf | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -81,7 +81,8 @@ DOSBIN_S = dosbin_s # - Update Vim version number. For a test version in: src/version.h, Contents, # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt, # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a -# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def. +# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def, +# src/gvim.exe.mnf. # - Correct included_patches[] in src/version.c. # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if # you can make it work), Cscope and "huge" features. Exclude workshop and diff --git a/src/gvim.exe.mnf b/src/gvim.exe.mnf index 003397992..26ade97f0 100644 --- a/src/gvim.exe.mnf +++ b/src/gvim.exe.mnf @@ -2,7 +2,7 @@ <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > <assemblyIdentity processorArchitecture="*" - version="7.2.0.0" + version="7.3.0.0" type="win32" name="Vim" /> |