From b1c9198afb7ff902588b45fbe44f0760a9f48375 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 17 May 2018 17:04:55 +0200 Subject: Vim 8.1 release Update version number and information. Fix a couple of tests. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a45af5a993..4a7c4c6642 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3