commit | eb49041875118be5fe60f07750c7c86cb26dccef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 13:44:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 13:44:46 2022 +0100 |
tree | 3de6d475c03b5668b1f39cf169bca4e892bfb049 | |
parent | c19f1a3488c1bb6fe5707dc6338b13cb9f598670 [diff] [blame] |
release version 9.0 Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
diff --git a/src/Makefile b/src/Makefile index b33b2a2..95fe0d4 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -1039,8 +1039,8 @@ MAN1DIR = /man1 ### Vim version (adjusted by a script) -VIMMAJOR = 8 -VIMMINOR = 2 +VIMMAJOR = 9 +VIMMINOR = 0 ### Location of Vim files (should not need to be changed, and {{{1 ### some things might not work when they are changed!)