comparison src/Makefile @ 29314:f8116058ca76 v9.0.0000

release version 9.0 Commit: https://github.com/vim/vim/commit/eb49041875118be5fe60f07750c7c86cb26dccef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 28 13:44:46 2022 +0100 release version 9.0 Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 14:45:09 +0200
parents f103da6ba95f
children e5a24056f227
comparison
equal deleted inserted replaced
29313:4adb174f9e21 29314:f8116058ca76
1037 1037
1038 ### Directory of the man pages 1038 ### Directory of the man pages
1039 MAN1DIR = /man1 1039 MAN1DIR = /man1
1040 1040
1041 ### Vim version (adjusted by a script) 1041 ### Vim version (adjusted by a script)
1042 VIMMAJOR = 8 1042 VIMMAJOR = 9
1043 VIMMINOR = 2 1043 VIMMINOR = 0
1044 1044
1045 ### Location of Vim files (should not need to be changed, and {{{1 1045 ### Location of Vim files (should not need to be changed, and {{{1
1046 ### some things might not work when they are changed!) 1046 ### some things might not work when they are changed!)
1047 VIMDIR = /vim 1047 VIMDIR = /vim
1048 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 1048 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)