comparison Makefile @ 34057:4635e43f2c6f v9.1.0 v9.1.0000

patch 9.1.0000: Vim 9.1 release Commit: https://github.com/vim/vim/commit/b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 2 16:51:11 2024 +0100 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>
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Jan 2024 18:45:09 +0100
parents 1f781dcb7a73
children 879a61a9aa07
comparison
equal deleted inserted replaced
34056:c1074a41895e 34057:4635e43f2c6f
92 # overwritten! 92 # overwritten!
93 # To do all this you need the Unix archive and compiled binaries. 93 # To do all this you need the Unix archive and compiled binaries.
94 # Before creating an archive first delete all backup files, *.orig, etc. 94 # Before creating an archive first delete all backup files, *.orig, etc.
95 95
96 MAJOR = 9 96 MAJOR = 9
97 MINOR = 0 97 MINOR = 1
98 98
99 # CHECKLIST for creating a new version: 99 # CHECKLIST for creating a new version:
100 # 100 #
101 # - Update Vim version number. For a test version in: src/version.h, 101 # - Update Vim version number. For a test version in: src/version.h,
102 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in 102 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in