0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/nsis/gvim_version.nsh

7 lines
153 B
NSIS
Raw Normal View History

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
2016-09-12 14:24:39 +02:00
!define VER_MAJOR 8
2019-12-12 14:18:35 +01:00
!define VER_MINOR 2
!endif