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
|