diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
commit | b1c9198afb7ff902588b45fbe44f0760a9f48375 (patch) | |
tree | 7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /Makefile | |
parent | 03998f606a846e7995047b0356dbb9f515f5244c (diff) | |
download | vim-git-b1c9198afb7ff902588b45fbe44f0760a9f48375.tar.gz |
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 8 -MINOR = 0 +MINOR = 1 # CHECKLIST for creating a new version: # @@ -131,7 +131,7 @@ MINOR = 0 # - > make dossrc # > make dosrt # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC. -# This creates the directory vim/vim80 and puts all files in there. +# This creates the directory vim/vim81 and puts all files in there. # Win32 console version build: # - See src/INSTALLpc.txt for installing the compiler and SDK. # - Set environment for Visual C++ 2015: |