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 | 15e7fc28306af6badfb145c8083aac9acb7ca482 (patch) | |
tree | 2961a3b79328fd532670fc21fb2651f6214ef132 /Makefile | |
parent | f9f31475a0310fece9a045d2e7f95a05d2a0979a (diff) | |
download | vim-15e7fc28306af6badfb145c8083aac9acb7ca482.tar.gz |
Update version number in gvim.exe manifest. (Michael Wookey)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 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 |