1
0
forked from aniani/vim

patch 9.1.0000: Vim 9.1 release

Problem:  Need a new release
Solution: Release Vim 9.1

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2024-01-02 16:51:11 +01:00
parent 6c1afa3d0b
commit b4ddc6c11e
175 changed files with 219 additions and 4593 deletions

View File

@@ -17,10 +17,10 @@
// Values that change for a new release.
#define VIM_VERSION_MAJOR 9
#define VIM_VERSION_MINOR 0
#define VIM_VERSION_BUILD 284
#define VIM_VERSION_BUILD_BCD 0x11c
#define VIM_VERSION_DATE_ONLY "2022 Jun 28"
#define VIM_VERSION_MINOR 1
#define VIM_VERSION_BUILD 285
#define VIM_VERSION_BUILD_BCD 0x11d
#define VIM_VERSION_DATE_ONLY "2024 Jan 02"
// Values based on the above
#define VIM_VERSION_MAJOR_STR VIM_TOSTR(VIM_VERSION_MAJOR)