release version 9.0

Problem:    About time to release Vim 9.0.
Solution:   Update the version number everywhere.
This commit is contained in:
Bram Moolenaar
2022-06-28 13:44:46 +01:00
parent c19f1a3488
commit eb49041875
174 changed files with 256 additions and 10578 deletions

View File

@ -1,6 +1,6 @@
# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 2
!define VER_MAJOR 9
!define VER_MINOR 0
!endif