mirror of
https://github.com/vim/vim
synced 2025-03-14 13:57:52 +01:00
Problem: the installer can be improved Solution: update the installer with the correct README and LICENSE files, improve the documentation, add a Makefile for the installer, update the Makefiles (RestorerZ) fixes: #16378 closes: #16378 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
7 lines
174 B
NSIS
7 lines
174 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
|
|
!define PATCHLEVEL 0
|
|
!endif
|