From eb49041875118be5fe60f07750c7c86cb26dccef Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 28 Jun 2022 13:44:46 +0100 Subject: release version 9.0 Problem: About time to release Vim 9.0. Solution: Update the version number everywhere. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45cffff573..5b5c8bded7 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ indenttest: # To do all this you need the Unix archive and compiled binaries. # Before creating an archive first delete all backup files, *.orig, etc. -MAJOR = 8 -MINOR = 2 +MAJOR = 9 +MINOR = 0 # CHECKLIST for creating a new version: # @@ -110,7 +110,7 @@ MINOR = 2 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script). # - Check for missing options in runtime/optwin.vim et al. (with check.vim). # - Do "make menu" to update the runtime/synmenu.vim file. -# - Add remarks for changes to runtime/doc/version8.txt. +# - Add remarks for changes to runtime/doc/version9.txt. # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL # ADDITIONS". # - In runtime/doc run "make" and "make html" to check for errors. @@ -144,7 +144,7 @@ MINOR = 2 # - > make dossrc # > make dosrt # Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC. -# This creates the directory vim/vim82 and puts all files in there. +# This creates the directory vim/vim90 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: @@ -202,7 +202,7 @@ MINOR = 2 # Note: VisVim needs to be build with MSVC 5, newer versions don't work. # gvimext64.dll can be obtained from: # https://github.com/vim/vim-win32-installer/releases -# It is part of gvim_8.2.*_x64.zip as vim/vim82/GvimExt/gvimext64.dll. +# It is part of gvim_9.0.*_x64.zip as vim/vim90/GvimExt/gvimext64.dll. # - Make sure there is a diff.exe two levels up (get it from a previous Vim # version). Also put winpty32.dll and winpty-agent.exe there. # - go to ../nsis and do: -- cgit v1.2.3