summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-02 16:51:11 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-02 16:51:11 +0100
commitb4ddc6c11e95cef4b372e239871fae1c8d4f72b6 (patch)
tree48a5ed89f937d41bed49ad773ac0cb6ecbb1724e /src/Makefile
parent6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a (diff)
patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index c8a84065f5..0d8f150f1d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -984,7 +984,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script)
VIMMAJOR = 9
-VIMMINOR = 0
+VIMMINOR = 1
### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!)
@@ -4188,11 +4188,11 @@ objects/version.o: version.c vim.h protodef.h auto/config.h feature.h os_unix.h
proto/gui_beval.pro structs.h regexp.h gui.h libvterm/include/vterm.h \
libvterm/include/vterm_keycodes.h alloc.h ex_cmds.h spell.h proto.h \
globals.h errors.h version.h
-objects/vim9class.o: vim9class.c vim.h protodef.h auto/config.h feature.h os_unix.h \
- auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
- proto/gui_beval.pro structs.h regexp.h gui.h libvterm/include/vterm.h \
- libvterm/include/vterm_keycodes.h alloc.h ex_cmds.h spell.h proto.h \
- globals.h errors.h vim9.h
+objects/vim9class.o: vim9class.c vim.h protodef.h auto/config.h feature.h \
+ os_unix.h auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h \
+ beval.h proto/gui_beval.pro structs.h regexp.h gui.h \
+ libvterm/include/vterm.h libvterm/include/vterm_keycodes.h alloc.h \
+ ex_cmds.h spell.h proto.h globals.h errors.h vim9.h
objects/vim9cmds.o: vim9cmds.c vim.h protodef.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h libvterm/include/vterm.h \