summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-28 13:44:46 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-28 13:44:46 +0100
commiteb49041875118be5fe60f07750c7c86cb26dccef (patch)
tree3de6d475c03b5668b1f39cf169bca4e892bfb049 /src/Makefile
parentc19f1a3488c1bb6fe5707dc6338b13cb9f598670 (diff)
release version 9.0v9.0.0000
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index b33b2a2072..95fe0d4495 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1039,8 +1039,8 @@ TOOLS = xxd/xxd$(EXEEXT)
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!)