mirror of
https://github.com/vim/vim
synced 2025-03-19 16:25:11 +01:00
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
6 lines
153 B
NSIS
6 lines
153 B
NSIS
# Generated from Makefile: define the version numbers
|
|
!ifndef __GVIM_VER__NSH__
|
|
!define __GVIM_VER__NSH__
|
|
!define VER_MAJOR 9
|
|
!define VER_MINOR 1
|
|
!endif
|